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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陬晄悸邏 | 1110100010100011100111011110011010011100101001111110011110110100 | e8a39de69ca7e7b4 |
EUC-JP | 陬晄悸邏 | 1111000010100101110110101110100011011000101010011110111010110110 | f0a5dae8d8a9eeb6 |
UTF-8 | 陬晄悸邏 | 111010011001100110101100111001101001100110000100111001101000001010111000111010011000001010001111 | e999ace69984e682b8e9828f |
UHC | ?晄悸邏 | 00111111111111001100110111001100111110111101010110100100 | 3ffccdccfbd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)