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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜈??臆?? | 1110010110000101001111110011111110001001101100000011111100111111 | e5853f3f89b03f3f |
EUC-JP | 蜈??臆?? | 1110100111100101001111110011111110110010101100100011111100111111 | e9e53f3fb2b23f3f |
UTF-8 | 蜈욆궡臆뽬쪥 | 111010001001110010001000111011001001101010000110111010101011011010100001111010001000011110000110111010111011110110101100111011001010101010100101 | e89c88ec9a86eab6a1e88786ebbdacecaaa5 |
UHC | 蜈욆궡臆뽬쪥 | 111010001010010110011110111010001000001010110100111001011110011010010110111010001010010110011110 | e8a59ee882b4e5e696e8a59e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)