To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???姨?? | 00111111001111110011111110011011010010000011111100111111 | 3f3f3f9b483f3f |
EUC-JP | ???姨?? | 00111111001111110011111111010101101010010011111100111111 | 3f3f3fd5a93f3f |
UTF-8 | 淋뉗㎛姨뚰슆 | 111011111010011110110101111010111000100110010111111000111000111010011011111001011010011110101000111010111001101010110000111011001000101010000110 | efa7b5eb8997e38e9be5a7a8eb9ab0ec8a86 |
UHC | 淋뉗㎛姨뚰슆 | 111011001111100010000111111011001010011110101101111011001010100110001100111011011001101010011000 | ecf887eca7adeca98ced9a98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)