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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 松晴カRE | 10001111101111001111101011011000101101100101001001000101 | 8fbcfad8b65245 |
EUC-JP | 松?カRE | 10111110101111100011111110001110101101100101001001000101 | bebe3f8eb65245 |
UTF-8 | 松晴カRE | 1110011010011101101111101110111110101000100100101110111110111101101101100101001001000101 | e69dbeefa892efbdb65245 |
UHC | 松??RE | 111000011110011000111111001111110101001001000101 | e1e63f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)