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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莨頑─隱」 | 111001001011110010001010111001101000010010011111111010001010101010100011 | e4bc8ae6849fe8aaa3 |
EUC-JP | 莨頑─隱」 | 11101000101111101011010011101000101010001010000111110000101011001000111010100011 | e8beb4e8a8a1f0ac8ea3 |
UTF-8 | 莨頑─隱」 | 111010001000111010101000111010011010000010010001111000101001010010000000111010011001101010110001111011111011110110100011 | e88ea8e9a091e29480e99ab1efbda3 |
UHC | ?頑─隱? | 0011111111101000110101111010011010100001111010111101111100111111 | 3fe8d7a6a1ebdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)