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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 聆聆聆 | 111000111101011111110010111100001110001111010111111100101111000011100011110101111111001011110000 | e3d7f2f0e3d7f2f0e3d7f2f0 |
EUC-JP | 聆?聆?聆? | 111001101101100100111111111001101101100100111111111001101101100100111111 | e6d93fe6d93fe6d93f |
UTF-8 | 聆聆聆 | 111010001000000110000110111011101000100010100111111010001000000110000110111011101000100010100111111010001000000110000110111011101000100010100111 | e88186ee88a7e88186ee88a7e88186ee88a7 |
UHC | 聆?聆?聆? | 110101101100000000111111110101101100000000111111110101101100000000111111 | d6c03fd6c03fd6c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)