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 | ¾¿ç¬¼ý | 1011111010111111100011111110011110101100100011101011110011111101 | bebf8fe7ac8ebcfd |
SJIS-WIN | ????¬??? | 001111110011111100111111001111111000000111001010001111110011111100111111 | 3f3f3f3f81ca3f3f3f |
EUC-JP | ?¿?ç¬??ý | 001111111000111110100010110001000011111110001111101010111010111010100010110011000011111100111111100011111010101111110010 | 3f8fa2c43f8fabaea2cc3f3f8fabf2 |
UTF-8 | ¾¿ç¬¼ý | 11000010101111101100001010111111110000101000111111000011101001111100001010101100110000101000111011000010101111001100001110111101 | c2bec2bfc28fc3a7c2acc28ec2bcc3bd |
UHC | ¾¿????¼? | 1010100011111010101000101010111100111111001111110011111100111111101010001111100100111111 | a8faa2af3f3f3f3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)