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 | ???惟??? | 0011111100111111001111111000100011010010001111110011111100111111 | 3f3f3f88d23f3f3f |
EUC-JP | ???惟??? | 0011111100111111001111111011000011010100001111110011111100111111 | 3f3f3fb0d43f3f3f |
UTF-8 | 閱묐땶惟깆젉嶺 | 111010011001011010110001111010111010110010010000111010111001010110110110111001101000001110011111111010101011100110000110111011001010000010001001111011111010011010101011 | e996b1ebac90eb95b6e6839feab986eca089efa6ab |
UHC | 閱묐땶惟깆젉嶺 | 1110011011110011100100011110101110001011100011001110101011101110101100011110110010100000100010111110011110101101 | e6f391eb8b8ceaeeb1eca08be7ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)