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 | 鰾宍﨧軸 | 1110100111100010100011101011001111111011110100111000111010110010 | e9e28eb3fbd38eb2 |
EUC-JP | 鰾宍?軸 | 11110010111001001011110010110101001111111011110010110100 | f2e4bcb53fbcb4 |
UTF-8 | 鰾宍﨧軸 | 111010011011000010111110111001011010111010001101111011111010100010100111111010001011101110111000 | e9b0bee5ae8defa8a7e8bbb8 |
UHC | ???軸 | 0011111100111111001111111111010111101110 | 3f3f3ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)