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 | 襭苦ぁ | 111001100100001010001011111010101000001010011111 | e6428bea829f |
EUC-JP | 襭苦ぁ | 111010111010001110110110111011001010010010100001 | eba3b6eca4a1 |
UTF-8 | 襭苦ぁ | 111010001010010110101101111010001000101110100110111000111000000110000001 | e8a5ade88ba6e38181 |
UHC | ?苦ぁ | 0011111111001101110010001010101010100001 | 3fcdc8aaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)