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 | 爼潴爼 | 111000001010101011100000011010111110000010101010 | e0aae06be0aa |
EUC-JP | 爼潴爼 | 111000001010110011011111110011001110000010101100 | e0acdfcce0ac |
UTF-8 | 爼潴爼 | 111001111000100010111100111001101011110110110100111001111000100010111100 | e788bce6bdb4e788bc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)