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 | 廛警迷 | 100111000100010010001100011110001001011011000000 | 9c448c7896c0 |
EUC-JP | 廛警迷 | 110101111010010110110111110110011100110011000010 | d7a5b7d9ccc2 |
UTF-8 | 廛警迷 | 111001011011101110011011111010001010110110100110111010001011111110110111 | e5bb9be8ada6e8bfb7 |
UHC | 廛警迷 | 111011101111100011001100111011011101101010111011 | eef8cceddabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)