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 | 100100100101000110010001101100001001001001000001100100100101011101000010 | 925191b09241925742 |
EUC-JP | 嘆族但淡B | 110000111011001011000010101100101100001110100010110000111011100001000010 | c3b2c2b2c3a2c3b842 |
UTF-8 | 嘆族但淡B | 11100101100110001000011011100110100101111000111111100100101111011000011011100110101101111010000101000010 | e59886e6978fe4bd86e6b7a142 |
UHC | 嘆族但淡B | 111101111010001111110000111010011101001110100011110100111011111101000010 | f7a3f0e9d3a3d3bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)