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 | ????僥? | 00111111001111110011111100111111100110010100011000111111 | 3f3f3f3f99463f |
EUC-JP | ????僥? | 00111111001111110011111100111111110100011010011100111111 | 3f3f3f3fd1a73f |
UTF-8 | 렱렗솝씬僥렍 | 111010111010000010110001111010111010000010010111111011001000011010011101111011001001010010101100111001011000001110100101111010111010000010001101 | eba0b1eba097ec869dec94ace583a5eba08d |
UHC | 렱렗솝씬僥렍 | 100011101011111010001110101011001011110011011001101111101100000011101000111010011000111010100011 | 8ebe8eacbcd9bec0e8e98ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)