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 | 譏碑飴 | 111001101001100010010100111010001000100010111001 | e69894e888b9 |
EUC-JP | 譏碑飴 | 111010111111100011001000111010101011000010111011 | ebf8c8eab0bb |
UTF-8 | 譏碑飴 | 111010001010110110001111111001111010001010010001111010011010001110110100 | e8ad8fe7a291e9a3b4 |
UHC | 譏碑飴 | 110100011100000111011101111110001110110011000111 | d1c1ddf8ecc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)