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 | 0011111100111111001111110011111101100010 | 3f3f3f3f62 |
SJIS-WIN | 鞨奇スォb | 11101000111000001000101011101111101111011010101101100010 | e8e08aefbdab62 |
EUC-JP | 鞨奇スォb | 111100001110001010110100111100011000111010111101100011101010101101100010 | f0e2b4f18ebd8eab62 |
UTF-8 | 鞨奇スォb | 11101001100111101010100011100101101001011000011111101111101111011011110111101111101111011010101101100010 | e99ea8e5a587efbdbdefbdab62 |
UHC | 鞨奇??b | 11001010111010101101000011110100001111110011111101100010 | caead0f43f3f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)