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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 晤??晤??^ | 100111011110101100111111001111111001110111101011001111110011111101011110 | 9deb3f3f9deb3f3f5e |
EUC-JP | 晤??晤??^ | 110110101110110100111111001111111101101011101101001111110011111101011110 | daed3f3fdaed3f3f5e |
UTF-8 | 晤멩뀵晤멩뀵^ | 11100110100110011010010011101011101010011010100111101011100000001011010111100110100110011010010011101011101010011010100111101011100000001011010101011110 | e699a4eba9a9eb80b5e699a4eba9a9eb80b55e |
UHC | 晤멩뀵晤멩뀵^ | 11100111111110111011100011100110100001011010101111100111111110111011100011100110100001011010101101011110 | e7fbb8e685abe7fbb8e685ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)