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 | ¾¿ç¬¼ | 10111110101111111000111111100111101011001000111010111100 | bebf8fe7ac8ebc |
SJIS-WIN | ????¬?? | 0011111100111111001111110011111110000001110010100011111100111111 | 3f3f3f3f81ca3f3f |
EUC-JP | ?¿?ç¬?? | 001111111000111110100010110001000011111110001111101010111010111010100010110011000011111100111111 | 3f8fa2c43f8fabaea2cc3f3f |
UTF-8 | ¾¿ç¬¼ | 1100001010111110110000101011111111000010100011111100001110100111110000101010110011000010100011101100001010111100 | c2bec2bfc28fc3a7c2acc28ec2bc |
UHC | ¾¿????¼ | 10101000111110101010001010101111001111110011111100111111001111111010100011111001 | a8faa2af3f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)