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 | 釈床 | 10001110110111111000111110110000 | 8edf8fb0 |
EUC-JP | 釈床 | 10111100111000011011111010110010 | bce1beb2 |
UTF-8 | 釈床 | 111010011000011110001000111001011011101010001010 | e98788e5ba8a |
UHC | ?床 | 001111111101111111001001 | 3fdfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)