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 | ??RT | 00111111001111110101001001010100 | 3f3f5254 |
SJIS-WIN | 柴疾RT | 100011101100010010001110101111100101001001010100 | 8ec48ebe5254 |
EUC-JP | 柴疾RT | 101111001100011010111100110000000101001001010100 | bcc6bcc05254 |
UTF-8 | 柴疾RT | 1110011010011111101101001110011110010110101111100101001001010100 | e69fb4e796be5254 |
UHC | 柴疾RT | 111000111100001111110010111100000101001001010100 | e3c3f2f05254 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)