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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?疫? | 00111111100010010111010100111111 | 3f89753f |
EUC-JP | ?疫? | 00111111101100011101011000111111 | 3fb1d63f |
UTF-8 | 씞疫뽟 | 111011001001010010011110111001111001011010101011111010111011110110011111 | ec949ee796abebbd9f |
UHC | 씞疫뽟 | 100111011011001011100110101110011001011011011011 | 9db2e6b996db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)