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 | ????_? | 001111110011111100111111001111110101111100111111 | 3f3f3f3f5f3f |
SJIS-WIN | ????_? | 001111110011111100111111001111110101111100111111 | 3f3f3f3f5f3f |
EUC-JP | ????_? | 001111110011111100111111001111110101111100111111 | 3f3f3f3f5f3f |
UTF-8 | 횧처횩횧_횦 | 11101101100110101010011111101100101100101001100011101101100110101010100111101101100110101010011101011111111011011001101010100110 | ed9aa7ecb298ed9aa9ed9aa75fed9aa6 |
UHC | 횧처횩횧_횦 | 1100001110011110110000111011001111000011100111111100001110011110010111111100001110011101 | c39ec3b3c39fc39e5fc39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)