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 | ??^??tB | 00111111001111110101111000111111001111110111010001000010 | 3f3f5e3f3f7442 |
SJIS-WIN | ??^??tB | 00111111001111110101111000111111001111110111010001000010 | 3f3f5e3f3f7442 |
EUC-JP | ??^??tB | 00111111001111110101111000111111001111110111010001000010 | 3f3f5e3f3f7442 |
UTF-8 | 렻렏^렻렍tB | 111010111010000010111011111010111010000010001111010111101110101110100000101110111110101110100000100011010111010001000010 | eba0bbeba08f5eeba0bbeba08d7442 |
UHC | 렻렏^렻렍tB | 1000111011000011100011101010010101011110100011101100001110001110101000110111010001000010 | 8ec38ea55e8ec38ea37442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)