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 | 載頭? | 1000110111011010100100111010101000111111 | 8dda93aa3f |
EUC-JP | 載頭? | 1011101011011100110001101010110000111111 | badcc6ac3f |
UTF-8 | 載頭렢 | 111010001011110010001001111010011010000010101101111010111010000010100010 | e8bc89e9a0adeba0a2 |
UHC | 載頭렢 | 111011101011000011010100111010011000111010110011 | eeb0d4e98eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)