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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隹キ譌冗蜩雍 | 1110100010110000101101111110011010010111100011111110011111100101100100111110100010110100 | e8b0b7e6978fe7e593e8b4 |
EUC-JP | 隹キ譌冗蜩雍 | 111100001011001010001110101101111110101111110111101111101110100111101001111100111111000010110110 | f0b28eb7ebf7bee9e9f3f0b6 |
UTF-8 | 隹キ譌冗蜩雍 | 111010011001101010111001111011111011110110110111111010001010110110001100111001011000011010010111111010001001110010101001111010011001101110001101 | e99ab9efbdb7e8ad8ce58697e89ca9e99b8d |
UHC | ???冗?雍 | 0011111100111111001111111110100110110111001111111110100010111100 | 3f3f3fe9b73fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)