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 | ??@WD??@WD^ | 0011111100111111010000000101011101000100001111110011111101000000010101110100010001011110 | 3f3f4057443f3f4057445e |
SJIS-WIN | ??@WD??@WD^ | 0011111100111111010000000101011101000100001111110011111101000000010101110100010001011110 | 3f3f4057443f3f4057445e |
EUC-JP | ??@WD??@WD^ | 0011111100111111010000000101011101000100001111110011111101000000010101110100010001011110 | 3f3f4057443f3f4057445e |
UTF-8 | 횂혪@WD횂혪@WD^ | 11101101100110101000001011101101100110001010101001000000010101110100010011101101100110101000001011101101100110001010101001000000010101110100010001011110 | ed9a82ed98aa405744ed9a82ed98aa4057445e |
UHC | 횂혪@WD횂혪@WD^ | 110000111000001011000010100100100100000001010111010001001100001110000010110000101001001001000000010101110100010001011110 | c382c292405744c382c2924057445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)