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 | Û¼hÛ¼ | 100011101101101110001110101111000110100010001110110110111000111010111100 | 8edb8ebc688edb8ebc |
SJIS-WIN | ????h???? | 001111110011111100111111001111110110100000111111001111110011111100111111 | 3f3f3f3f683f3f3f3f |
EUC-JP | ?Û??h?Û?? | 00111111100011111010101011100101001111110011111101101000001111111000111110101010111001010011111100111111 | 3f8faae53f3f683f8faae53f3f |
UTF-8 | Û¼hÛ¼ | 1100001010001110110000111001101111000010100011101100001010111100011010001100001010001110110000111001101111000010100011101100001010111100 | c28ec39bc28ec2bc68c28ec39bc28ec2bc |
UHC | ???¼h???¼ | 0011111100111111001111111010100011111001011010000011111100111111001111111010100011111001 | 3f3f3fa8f9683f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)