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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雍??鎰 | 111010001011010000111111001111111110100001001100 | e8b43f3fe84c |
EUC-JP | 雍??鎰 | 111100001011011000111111001111111110111110101101 | f0b63f3fefad |
UTF-8 | 雍욍끏鎰 | 111010011001101110001101111011001001101010001101111010111000000110001111111010011000111010110000 | e99b8dec9a8deb818fe98eb0 |
UHC | 雍욍끏鎰 | 1110100010111100101111111110001110000101101111111110110011110000 | e8bcbfe385bfecf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)