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 | 鶯鶯 | 1110100111110010111100101111000011101001111100101111001011110000 | e9f2f2f0e9f2f2f0 |
EUC-JP | 鶯?鶯? | 111100101111010000111111111100101111010000111111 | f2f43ff2f43f |
UTF-8 | 鶯鶯 | 111010011011011010101111111011101000100010100111111010011011011010101111111011101000100010100111 | e9b6afee88a7e9b6afee88a7 |
UHC | 鶯?鶯? | 111001011010001100111111111001011010001100111111 | e5a33fe5a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)