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 | 瀛??泳 | 111000000110100100111111001111111000100101101010 | e0693f3f896a |
EUC-JP | 瀛??泳 | 110111111100101000111111001111111011000111001011 | dfca3f3fb1cb |
UTF-8 | 瀛붻찠泳 | 111001111000000010011011111010111011011010111011111011001011000010100000111001101011001110110011 | e7809bebb6bbecb0a0e6b3b3 |
UHC | 瀛붻찠泳 | 1110011110111010100101001110100010101001100111101110011110110110 | e7ba94e8a99ee7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)