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 | AWDAWD^ | 100100100100000101010111010001001001001001000001010101110100010001011110 | 92415744924157445e |
SJIS-WIN | ?AWD?AWD^ | 001111110100000101010111010001000011111101000001010101110100010001011110 | 3f4157443f4157445e |
EUC-JP | ?AWD?AWD^ | 001111110100000101010111010001000011111101000001010101110100010001011110 | 3f4157443f4157445e |
UTF-8 | AWDAWD^ | 1100001010010010010000010101011101000100110000101001001001000001010101110100010001011110 | c292415744c2924157445e |
UHC | ?AWD?AWD^ | 001111110100000101010111010001000011111101000001010101110100010001011110 | 3f4157443f4157445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)