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 | 驕疲錐蟄 | 1110100110000001100101001110011010010000100011011110010110101101 | e98194e6908de5ad |
EUC-JP | 驕疲錐蟄 | 1111000111100001110010001110100010111111111011011110101010101111 | f1e1c8e8bfedeaaf |
UTF-8 | 驕疲錐蟄 | 111010011010100110010101111001111001011010110010111010011000110010010000111010001001111110000100 | e9a995e796b2e98c90e89f84 |
UHC | 驕疲錐蟄 | 1100111011110110111110011010101011110101110111101111011011011110 | cef6f9aaf5def6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)