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 | 肅御掘 | 111000111110011110001100111001001000110001000000 | e3e78ce48c40 |
EUC-JP | 肅御掘 | 111001101110100110111000111001101011011110100001 | e6e9b8e6b7a1 |
UTF-8 | 肅御掘 | 111010001000001010000101111001011011111010100001111001101000111010011000 | e88285e5bea1e68e98 |
UHC | 肅御掘 | 111000101101110011100101110110011100111111011110 | e2dce5d9cfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)