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 | 襭居ゲ | 111001100100001010001011100011111000001101010001 | e6428b8f8351 |
EUC-JP | 襭居ゲ | 111010111010001110110101111011111010010110110010 | eba3b5efa5b2 |
UTF-8 | 襭居ゲ | 111010001010010110101101111001011011000110000101111000111000001010110010 | e8a5ade5b185e382b2 |
UHC | ?居ゲ | 0011111111001011110111001010101110110010 | 3fcbdcabb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)