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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 號ⅵ號ⅵB | 111001010110101011111010010001011110010101101010111110100100010101000010 | e56afa45e56afa4542 |
EUC-JP | 號?號?B | 11101001110010110011111111101001110010110011111101000010 | e9cb3fe9cb3f42 |
UTF-8 | 號ⅵ號ⅵB | 11101000100110011001111111100010100001011011010111101000100110011001111111100010100001011011010101000010 | e8999fe285b5e8999fe285b542 |
UHC | 號ⅵ號ⅵB | 111110111101110010100101101001101111101111011100101001011010011001000010 | fbdca5a6fbdca5a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)