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 | ??^k??^ | 00111111001111110101111001101011001111110011111101011110 | 3f3f5e6b3f3f5e |
SJIS-WIN | ??^k??^ | 00111111001111110101111001101011001111110011111101011110 | 3f3f5e6b3f3f5e |
EUC-JP | ??^k??^ | 00111111001111110101111001101011001111110011111101011110 | 3f3f5e6b3f3f5e |
UTF-8 | 렻렏^k렻렏^ | 111010111010000010111011111010111010000010001111010111100110101111101011101000001011101111101011101000001000111101011110 | eba0bbeba08f5e6beba0bbeba08f5e |
UHC | 렻렏^k렻렏^ | 1000111011000011100011101010010101011110011010111000111011000011100011101010010101011110 | 8ec38ea55e6b8ec38ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)