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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉅ォ諠ケ | 111001111110100010101011111001101000001110111001 | e7e8abe683b9 |
EUC-JP | 鉅ォ諠ケ | 1110111011101010100011101010101111101011111000111000111010111001 | eeea8eabebe38eb9 |
UTF-8 | 鉅ォ諠ケ | 111010011000100110000101111011111011110110101011111010001010101110100000111011111011110110111001 | e98985efbdabe8aba0efbdb9 |
UHC | 鉅??? | 1100101111101001001111110011111100111111 | cbe93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)