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 | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
SJIS-WIN | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
EUC-JP | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
UTF-8 | 찾횙횙쩔_ | 11101100101100001011111011101101100110101001100111101101100110101001100111101100101010011001010001011111 | ecb0beed9a99ed9a99eca9945f |
UHC | 찾횙횙쩔_ | 110000111010001111000011100100111100001110010011110000101011111101011111 | c3a3c393c393c2bf5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)