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 | ??ヤ??ャ | 0011111100111111100000111000010000111111001111111000001110000011 | 3f3f83843f3f8383 |
EUC-JP | ??ヤ??ャ | 0011111100111111101001011110010000111111001111111010010111100011 | 3f3fa5e43f3fa5e3 |
UTF-8 | 룶죴ヤ룶쾹ャ | 111010111010001110110110111011001010001110110100111000111000001110100100111010111010001110110110111011001011111010111001111000111000001110100011 | eba3b6eca3b4e383a4eba3b6ecbeb9e383a3 |
UHC | 룶죴ヤ룶쾹ャ | 100011111010101110100001100011111010101111100100100011111010101110110010100011111010101111100011 | 8faba18fabe48fabb28fabe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)