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 | ÏÏ^ | 100011001100111110001011100100011000110011001111100010111000111101011110 | 8ccf8b918ccf8b8f5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?Ï???Ï??^ | 00111111100011111010101011000001001111110011111100111111100011111010101011000001001111110011111101011110 | 3f8faac13f3f3f8faac13f3f5e |
UTF-8 | ÏÏ^ | 1100001010001100110000111000111111000010100010111100001010010001110000101000110011000011100011111100001010001011110000101000111101011110 | c28cc38fc28bc291c28cc38fc28bc28f5e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)