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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陝仙ケ励£ | 111010001001111110010000111001011011100110010111111000111000000110010010 | e89f90e5b997e38192 |
EUC-JP | 陝仙ケ励£ | 11110000101000011100000011100111100011101011100111001110111001011010000111110010 | f0a1c0e78eb9cee5a1f2 |
UTF-8 | 陝仙ケ励£ | 111010011001100110011101111001001011101110011001111011111011110110111001111001011000101010110001111011111011111110100001 | e9999de4bb99efbdb9e58ab1efbfa1 |
UHC | 陝仙??£ | 1110000011101101111000001011100100111111001111111010000111001100 | e0ede0b93f3fa1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)