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 | 溪牘渫 | 100111111110001011100000101011111001111111010110 | 9fe2e0af9fd6 |
EUC-JP | 溪牘渫 | 110111101110010011100000101100011101111011011000 | dee4e0b1ded8 |
UTF-8 | 溪牘渫 | 111001101011101010101010111001111000100110011000111001101011100010101011 | e6baaae78998e6b8ab |
UHC | 溪牘渫 | 110011011010001011010100101110101110000011011110 | cda2d4bae0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)