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 | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | ???邀??k | 0011111100111111001111111110011110110001001111110011111101101011 | 3f3f3fe7b13f3f6b |
EUC-JP | 饔??邀??k | 10001111111010001110111100111111001111111110111010110011001111110011111101101011 | 8fe8ef3f3feeb33f3f6b |
UTF-8 | 饔ㅿ쉥邀섓쉥k | 11101001101001011001010011100011100001011011111111101100100010011010010111101001100000101000000011101100100001001001001111101100100010011010010101101011 | e9a594e385bfec89a5e98280ec8493ec89a56b |
UHC | 饔ㅿ쉥邀섓쉥k | 11101000101111011010010011101111101111011010101111101001101011011001100011101111101111011010101101101011 | e8bda4efbdabe9ad98efbdab6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)