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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 熙式 | 11101010101001001000111010101110 | eaa48eae |
EUC-JP | 熙式 | 11110100101001101011110010110000 | f4a6bcb0 |
UTF-8 | 熙式 | 111001111000011010011001111001011011110010001111 | e78699e5bc8f |
UHC | 熙式 | 11111101111101111110001111010010 | fdf7e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)