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 | êÓ¼ÝÏ | 1110101011010011100011101011110010001110110111011000111011001111 | ead38ebc8edd8ecf |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | êÓ???Ý?Ï | 10001111101010111011010010001111101010101101000100111111001111110011111110001111101010101111001000111111100011111010101011000001 | 8fabb48faad13f3f3f8faaf23f8faac1 |
UTF-8 | êÓ¼ÝÏ | 11000011101010101100001110010011110000101000111011000010101111001100001010001110110000111001110111000010100011101100001110001111 | c3aac393c28ec2bcc28ec39dc28ec38f |
UHC | ???¼???? | 001111110011111100111111101010001111100100111111001111110011111100111111 | 3f3f3fa8f93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)