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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?搢??? | 00111111100011111100000011001111001111110011111100111111 | 3f8fc0cf3f3f3f |
UTF-8 | 렮搢롃렓렞 | 111010111010000010101110111001101001000010100010111010111010000110000011111010111010000010010011111010111010000010011110 | eba0aee690a2eba183eba093eba09e |
UHC | 렮搢롃렓렞 | 10001110101110111111001011001010100011101100101010001110101010001000111010101111 | 8ebbf2ca8eca8ea88eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)