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 | 籔釈称 | 111000101101011010001110110111111000111111001100 | e2d68edf8fcc |
EUC-JP | 籔釈称 | 111001001101100010111100111000011011111011001110 | e4d8bce1bece |
UTF-8 | 籔釈称 | 111001111011000110010100111010011000011110001000111001111010011110110000 | e7b194e98788e7a7b0 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)