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 | ½¥¾ÉÈ | 1000111010111101100011101010010110111110110010011000111011001000 | 8ebd8ea5bec98ec8 |
SJIS-WIN | ???¥???? | 001111110011111100111111100000011000111100111111001111110011111100111111 | 3f3f3f818f3f3f3f3f |
EUC-JP | ?????É?È | 001111110011111100111111001111110011111110001111101010101011000100111111100011111010101010110010 | 3f3f3f3f3f8faab13f8faab2 |
UTF-8 | ½¥¾ÉÈ | 11000010100011101100001010111101110000101000111011000010101001011100001010111110110000111000100111000010100011101100001110001000 | c28ec2bdc28ec2a5c2bec389c28ec388 |
UHC | ?½??¾??? | 00111111101010001111011000111111001111111010100011111010001111110011111100111111 | 3fa8f63f3fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)