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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 贈??檍 | 100100011010000100111111001111111001111011111000 | 91a13f3f9ef8 |
EUC-JP | 贈??檍 | 110000101010001100111111001111111101110011111010 | c2a33f3fdcfa |
UTF-8 | 贈편깩檍 | 111010001011010010001000111011011000111010111000111010101011100110101001111001101010101010001101 | e8b488ed8eb8eab9a9e6aa8d |
UHC | 贈편깩檍 | 1111000111111100110001101110110110110001111110111110010111100101 | f1fcc6edb1fbe5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)