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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 午?Ъ | 1000110011011111001111111000010001011011 | 8cdf3f845b |
EUC-JP | 午?Ъ | 1011100011100001001111111010011110111100 | b8e13fa7bc |
UTF-8 | 午덜Ъ | 1110010110001101100010001110101110001101100111001101000010101010 | e58d88eb8d9cd0aa |
UHC | 午덜Ъ | 111001111110110110110100111110101010110010111100 | e7edb4faacbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)