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 | 霄エ鰊竟 | 11101000101110101011010011101001110101111110100011101101 | e8bab4e9d7e8ed |
EUC-JP | 霄エ鰊竟 | 1111000010111100100011101011010011110010110110011111000011101111 | f0bc8eb4f2d9f0ef |
UTF-8 | 霄エ鰊竟 | 111010011001110010000100111011111011110110110100111010011011000010001010111001111010101110011111 | e99c84efbdb4e9b08ae7ab9f |
UHC | ???竟 | 0011111100111111001111111100110011100101 | 3f3f3fcce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)