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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 險幎ケ | 1110100010101000100110111110101110111001 | e8a89bebb9 |
EUC-JP | 險幎ケ | 111100001010101011010110111011011000111010111001 | f0aad6ed8eb9 |
UTF-8 | 險幎ケ | 111010011001101010101010111001011011100110001110111011111011110110111001 | e99aaae5b98eefbdb9 |
UHC | 險?? | 11111010110011110011111100111111 | facf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)