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 | ã¼}ã¼{^ | 100011111110001110111100011111011000111111100011101111000111101101011110 | 8fe3bc7d8fe3bc7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ?ã?}?ã?{^ | 00111111100011111010101110101010001111110111110100111111100011111010101110101010001111110111101101011110 | 3f8fabaa3f7d3f8fabaa3f7b5e |
UTF-8 | ã¼}ã¼{^ | 110000101000111111000011101000111100001010111100011111011100001010001111110000111010001111000010101111000111101101011110 | c28fc3a3c2bc7dc28fc3a3c2bc7b5e |
UHC | ??¼}??¼{^ | 0011111100111111101010001111100101111101001111110011111110101000111110010111101101011110 | 3f3fa8f97d3f3fa8f97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)