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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 坦俗坦俗B | 100100100101001010010001101011011001001001010010100100011010110101000010 | 925291ad925291ad42 |
EUC-JP | 坦俗坦俗B | 110000111011001111000010101011111100001110110011110000101010111101000010 | c3b3c2afc3b3c2af42 |
UTF-8 | 坦俗坦俗B | 11100101100111011010011011100100101111111001011111100101100111011010011011100100101111111001011101000010 | e59da6e4bf97e59da6e4bf9742 |
UHC | 坦俗坦俗B | 111101111010010011100001110101001111011110100100111000011101010001000010 | f7a4e1d4f7a4e1d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)