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 | ²¯³Ü | 1000111010110010100011101010111110001110101100111000111011011100 | 8eb28eaf8eb38edc |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???¯???Ü | 001111110011111100111111100011111010001010110100001111110011111100111111100011111010101011100100 | 3f3f3f8fa2b43f3f3f8faae4 |
UTF-8 | ²¯³Ü | 11000010100011101100001010110010110000101000111011000010101011111100001010001110110000101011001111000010100011101100001110011100 | c28ec2b2c28ec2afc28ec2b3c28ec39c |
UHC | ?²???³?? | 00111111101010011111011100111111001111110011111110101001111110000011111100111111 | 3fa9f73f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)