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 | ¾³¼Ù¾ | 10001110101111101000111010110011101111001101100110111110 | 8ebe8eb3bcd9be |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?????Ù? | 001111110011111100111111001111110011111110001111101010101110001100111111 | 3f3f3f3f3f8faae33f |
UTF-8 | ¾³¼Ù¾ | 1100001010001110110000101011111011000010100011101100001010110011110000101011110011000011100110011100001010111110 | c28ec2bec28ec2b3c2bcc399c2be |
UHC | ?¾?³¼?¾ | 0011111110101000111110100011111110101001111110001010100011111001001111111010100011111010 | 3fa8fa3fa9f8a8f93fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)