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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 絶??艶??H | 100100001110001000111111001111111000100110010000001111110011111101001000 | 90e23f3f89903f3f48 |
EUC-JP | 絶??艶??H | 110000001110010000111111001111111011000111110000001111110011111101001000 | c0e43f3fb1f03f3f48 |
UTF-8 | 絶랃풘艶뉚맆H | 11100111101101011011011011101011100111101000001111101101100100101001100011101000100010011011011011101011100010011001101011101011101001111000011001001000 | e7b5b6eb9e83ed9298e889b6eb899aeba78648 |
UHC | 絶랃풘艶뉚맆H | 11101111101111101000110111101111101111101001101111100110111111011000011111101110100100001010000001001000 | efbe8defbe9be6fd87ee90a048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)