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 | 霽?燼竇孔 | 111010001100011100111111111000001001111011100010100001011000110101000101 | e8c73fe09ee2858d45 |
EUC-JP | 霽?燼竇孔 | 111100001100100100111111110111111111111011100011111001011011100110100110 | f0c93fdffee3e5b9a6 |
UTF-8 | 霽렭燼竇孔 | 111010011001110010111101111010111010000010101101111001111000011110111100111001111010101110000111111001011010110110010100 | e99cbdeba0ade787bce7ab87e5ad94 |
UHC | 霽렭燼竇孔 | 11110000101110001000111010111010111000111110100011010100111001001100110111101110 | f0b88ebae3e8d4e4cdee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)