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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銧車磁紗 | 1111101111001100100011101101010010001110101001011000111011010001 | fbcc8ed48ea58ed1 |
EUC-JP | 銧車磁紗 | 100011111110010010100110101111001101011010111100101001111011110011010011 | 8fe4a6bcd6bca7bcd3 |
UTF-8 | 銧車磁紗 | 111010011000101010100111111010001011101110001010111001111010001110000001111001111011010010010111 | e98aa7e8bb8ae7a381e7b497 |
UHC | ?車磁紗 | 00111111111100111011001111101101101110001101111011101001 | 3ff3b3edb8dee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)