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 | ˑˌˌ^ | 11000000111010111100000011100101110000001110010101011110 | c0ebc0e5c0e55e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ˑˌˌ^ | 10001111101010101010001010001111101010111011001110001111101010101010001010001111101010111010100110001111101010101010001010001111101010111010100101011110 | 8faaa28fabb38faaa28faba98faaa28faba95e |
UTF-8 | ˑˌˌ^ | 11000011100000001100001110101011110000111000000011000011101001011100001110000000110000111010010101011110 | c380c3abc380c3a5c380c3a55e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)