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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?訥イ◆ | 00111111111001100110001110000011010000111000000110011111 | 3fe6638343819f |
EUC-JP | ?訥イ◆ | 00111111111010111100010010100101101001001010001010100001 | 3febc4a5a4a2a1 |
UTF-8 | 룶訥イ◆ | 111010111010001110110110111010001010100010100101111000111000001010100100111000101001011110000110 | eba3b6e8a8a5e382a4e29786 |
UHC | 룶訥イ◆ | 1000111110101011110100101110110110101011101001001010000111011111 | 8fabd2edaba4a1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)