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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?豢巐駈乖? | 00111111111001101011010011111010101101101000101111101101100110001010100000111111 | 3fe6b4fab68bed98a83f |
EUC-JP | 嶴豢巐駈乖嶴 | 100011111011101111110011111011001011011010001111101110111111100110110110111011111101000010101010100011111011101111110011 | 8fbbf3ecb68fbbf9b6efd0aa8fbbf3 |
UTF-8 | 嶴豢巐駈乖嶴 | 111001011011011010110100111010001011000110100010111001011011011110010000111010011010011110001000111001001011100110010110111001011011011010110100 | e5b6b4e8b1a2e5b790e9a788e4b996e5b6b4 |
UHC | ????乖? | 00111111001111110011111100111111110011101101001000111111 | 3f3f3f3fced23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)