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 | 乗ツラ | 100011111110011011111001111011011100001011010111 | 8fe6f9edc2d7 |
EUC-JP | 乗?ツラ | 10111110111010000011111110001110110000101000111011010111 | bee83f8ec28ed7 |
UTF-8 | 乗ツラ | 111001001011100110010111111011101001110110001000111011111011111010000010111011111011111010010111 | e4b997ee9d88efbe82efbe97 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)