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 | çó£Dçó£D^ | 111001111111001110100011010001001110011111110011101000110100010001011110 | e7f3a344e7f3a3445e |
SJIS-WIN | ??£D??£D^ | 0011111100111111100000011001001001000100001111110011111110000001100100100100010001011110 | 3f3f8192443f3f8192445e |
EUC-JP | çó£Dçó£D^ | 10001111101010111010111010001111101010111101000110100001111100100100010010001111101010111010111010001111101010111101000110100001111100100100010001011110 | 8fabae8fabd1a1f2448fabae8fabd1a1f2445e |
UTF-8 | çó£Dçó£D^ | 110000111010011111000011101100111100001010100011010001001100001110100111110000111011001111000010101000110100010001011110 | c3a7c3b3c2a344c3a7c3b3c2a3445e |
UHC | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)