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 | çεãµ^ | 111001111000000010001011110011101011010111100011100001001011010101011110 | e7808bceb5e384b55e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ç??Î?ã??^ | 100011111010101110101110001111110011111110001111101010101100001000111111100011111010101110101010001111110011111101011110 | 8fabae3f3f8faac23f8fabaa3f3f5e |
UTF-8 | çεãµ^ | 1100001110100111110000101000000011000010100010111100001110001110110000101011010111000011101000111100001010000100110000101011010101011110 | c3a7c280c28bc38ec2b5c3a3c284c2b55e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)