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 | 藏?絶 | 1110010101010101001111111001000011100010 | e5553f90e2 |
EUC-JP | 藏?絶 | 1110100110110110001111111100000011100100 | e9b63fc0e4 |
UTF-8 | 藏첹絶 | 111010001001011110001111111011001011001010111001111001111011010110110110 | e8978fecb2b9e7b5b6 |
UHC | 藏첹絶 | 111011011111101010101011010110101110111110111110 | edfaab5aefbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)