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 | ?豬巐隠 | 00111111111001101011010111111010101101101000100101000010 | 3fe6b5fab68942 |
EUC-JP | 嶴豬巐隠 | 10001111101110111111001111101100101101111000111110111011111110011011000110100011 | 8fbbf3ecb78fbbf9b1a3 |
UTF-8 | 嶴豬巐隠 | 111001011011011010110100111010001011000110101100111001011011011110010000111010011001101010100000 | e5b6b4e8b1ace5b790e99aa0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)