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 | 襭居あ | 111001100100001010001011100011111000001010100000 | e6428b8f82a0 |
EUC-JP | 襭居あ | 111010111010001110110101111011111010010010100010 | eba3b5efa4a2 |
UTF-8 | 襭居あ | 111010001010010110101101111001011011000110000101111000111000000110000010 | e8a5ade5b185e38182 |
UHC | ?居あ | 0011111111001011110111001010101010100010 | 3fcbdcaaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)