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 | 艶???? | 100010011001000000111111001111110011111100111111 | 89903f3f3f3f |
EUC-JP | 艶?孼?? | 1011000111110000001111111000111110111010110000110011111100111111 | b1f03f8fbac33f3f |
UTF-8 | 艶쵥孼껇씩 | 111010001000100110110110111011001011010110100101111001011010110110111100111010101011101110000111111011001001010010101001 | e889b6ecb5a5e5adbceabb87ec94a9 |
UHC | 艶쵥孼껇씩 | 11100110111111011010110101000100111001011110110110000011111010001011111010111111 | e6fdad44e5ed83e8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)