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 | 螟炊識螟 | 1110010110100100100100001000011010001110101011111110010110100100 | e5a490868eafe5a4 |
EUC-JP | 螟炊識螟 | 1110101010100110101111111110011010111100101100011110101010100110 | eaa6bfe6bcb1eaa6 |
UTF-8 | 螟炊識螟 | 111010001001111010011111111001111000001010001010111010001010110110011000111010001001111010011111 | e89e9fe7828ae8ad98e89e9f |
UHC | 螟炊識螟 | 1101100110101101111101101010011111100011110110111101100110101101 | d9adf6a7e3dbd9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)