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 | 葯廷凋 | 111001001101111010010010111011001001001010011100 | e4de92ec929c |
EUC-JP | 葯廷凋 | 111010001110000011000100111011101100001111111100 | e8e0c4eec3fc |
UTF-8 | 葯廷凋 | 111010001001000110101111111001011011101110110111111001011000011110001011 | e891afe5bbb7e5878b |
UHC | 葯廷凋 | 111001011011010111101111110101011111000010111101 | e5b5efd5f0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)