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 | ÂS}ÂS{^ | 110000101000111101010011011111011100001010001111010100110111101101011110 | c28f537dc28f537b5e |
SJIS-WIN | ??S}??S{^ | 001111110011111101010011011111010011111100111111010100110111101101011110 | 3f3f537d3f3f537b5e |
EUC-JP | Â?S}Â?S{^ | 10001111101010101010010000111111010100110111110110001111101010101010010000111111010100110111101101011110 | 8faaa43f537d8faaa43f537b5e |
UTF-8 | ÂS}ÂS{^ | 11000011100000101100001010001111010100110111110111000011100000101100001010001111010100110111101101011110 | c382c28f537dc382c28f537b5e |
UHC | ??S}??S{^ | 001111110011111101010011011111010011111100111111010100110111101101011110 | 3f3f537d3f3f537b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)