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 | ???凹?? | 00111111001111110011111110001001100110100011111100111111 | 3f3f3f899a3f3f |
EUC-JP | 濚??凹?? | 100011111100100110100001001111110011111110110001111110100011111100111111 | 8fc9a13f3fb1fa3f3f |
UTF-8 | 濚뽫쾪凹먲쉿 | 111001101011111110011010111010111011110110101011111011001011111010101010111001011000011110111001111010111010100010110010111011001000100110111111 | e6bf9aebbdabecbeaae587b9eba8b2ec89bf |
UHC | 濚뽫쾪凹먲쉿 | 111001111011100110010110111001111011001010000001111010001110101010010000111011111011110110110010 | e7b996e7b281e8ea90efbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)