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 | ¼³t±Û | 10111100101100110111010010001110101100011000111011011011 | bcb3748eb18edb |
SJIS-WIN | ??t?±?? | 0011111100111111011101000011111110000001011111010011111100111111 | 3f3f743f817d3f3f |
EUC-JP | ??t?±?Û | 00111111001111110111010000111111101000011101111000111111100011111010101011100101 | 3f3f743fa1de3f8faae5 |
UTF-8 | ¼³t±Û | 11000010101111001100001010110011011101001100001010001110110000101011000111000010100011101100001110011011 | c2bcc2b374c28ec2b1c28ec39b |
UHC | ¼³t?±?? | 10101000111110011010100111111000011101000011111110100001101111100011111100111111 | a8f9a9f8743fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)