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 | 驕碑鳩 | 111010011000000110010100111010001001010010110101 | e98194e894b5 |
EUC-JP | 驕碑鳩 | 111100011110000111001000111010101100100010110111 | f1e1c8eac8b7 |
UTF-8 | 驕碑鳩 | 111010011010100110010101111001111010001010010001111010011011001110101001 | e9a995e7a291e9b3a9 |
UHC | 驕碑鳩 | 110011101111011011011101111110001100111111001101 | cef6ddf8cfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)