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 | 鮏自肛 | 111111000100001110001110101010011110001111101000 | fc438ea9e3e8 |
EUC-JP | 鮏自肛 | 10001111111010101101101110111100101010111110011011101010 | 8feadbbcabe6ea |
UTF-8 | 鮏自肛 | 111010011010111010001111111010001000011110101010111010001000001010011011 | e9ae8fe887aae8829b |
UHC | ?自肛 | 0011111111101101101110111111100111111101 | 3fedbbf9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)