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 | ???C? | 0011111100111111001111110100001100111111 | 3f3f3f433f |
SJIS-WIN | 韈廂茆C紜 | 111010001110011110011011111110011110010010011011010000111110001101000001 | e8e79bf9e49b43e341 |
EUC-JP | 韈廂茆C紜 | 111100001110100111010110111110111110011111111011010000111110010110100010 | f0e9d6fbe7fb43e5a2 |
UTF-8 | 韈廂茆C紜 | 11101001100111111000100011100101101110111000001011101000100011001000011001000011111001111011010010011100 | e99f88e5bb82e88c8643e7b49c |
UHC | ?廂?C? | 001111111101111111001011001111110100001100111111 | 3fdfcb3f433f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)