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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???韋??? | 0011111100111111001111111110100011101000001111110011111100111111 | 3f3f3fe8e83f3f3f |
EUC-JP | ???韋??? | 0011111100111111001111111111000011101010001111110011111100111111 | 3f3f3ff0ea3f3f3f |
UTF-8 | 閱묐쓹韋귝톫嶺 | 111010011001011010110001111010111010110010010000111011001001001110111001111010011001111110001011111010101011011110011101111011011000011010101011111011111010011010101011 | e996b1ebac90ec93b9e99f8beab79ded86abefa6ab |
UHC | 閱묐쓹韋귝톫嶺 | 1110011011110011100100011110101110011101100101011110101011011111100000101110011010110111100000111110011110101101 | e6f391eb9d95eadf82e6b783e7ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)