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 | 迪?身? | 111001111000110000111111100100000110011100111111 | e78c3f90673f |
EUC-JP | 迪?身? | 111011011110110000111111101111111100100000111111 | edec3fbfc83f |
UTF-8 | 迪렕身렒 | 111010001011111110101010111010111010000010010101111010001011101010101011111010111010000010010010 | e8bfaaeba095e8baabeba092 |
UHC | 迪렕身렒 | 1110111011101000100011101010101011100011111100111000111010100111 | eee88eaae3f38ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)