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 | ½Û³Ëó | 100011101011110110001110110110111000111010110011100011111100101111110011 | 8ebd8edb8eb38fcbf3 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ???Û???Ëó | 001111110011111100111111100011111010101011100101001111110011111100111111100011111010101010110011100011111010101111010001 | 3f3f3f8faae53f3f3f8faab38fabd1 |
UTF-8 | ½Û³Ëó | 110000101000111011000010101111011100001010001110110000111001101111000010100011101100001010110011110000101000111111000011100010111100001110110011 | c28ec2bdc28ec39bc28ec2b3c28fc38bc3b3 |
UHC | ?½???³??? | 0011111110101000111101100011111100111111001111111010100111111000001111110011111100111111 | 3fa8f63f3f3fa9f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)