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 | ³Û½ÝÐ | 1011001111011011101111011101110111010000 | b3dbbdddd0 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Û?Ý? | 001111111000111110101010111001010011111110001111101010101111001000111111 | 3f8faae53f8faaf23f |
UTF-8 | ³Û½ÝÐ | 11000010101100111100001110011011110000101011110111000011100111011100001110010000 | c2b3c39bc2bdc39dc390 |
UHC | ³?½?Ð | 1010100111111000001111111010100011110110001111111010100010100010 | a9f83fa8f63fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)