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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
EUC-JP | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
UTF-8 | 렑렊렍렗k | 11101011101000001001000111101011101000001000101011101011101000001000110111101011101000001001011101101011 | eba091eba08aeba08deba0976b |
UHC | 렑렊렍렗k | 100011101010011010001110101000011000111010100011100011101010110001101011 | 8ea68ea18ea38eac6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)