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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 乗嵭ヲ | 1000111111100110111110101011001110100110 | 8fe6fab3a6 |
EUC-JP | 乗嵭ヲ | 10111110111010001000111110111011110111101000111010100110 | bee88fbbde8ea6 |
UTF-8 | 乗嵭ヲ | 111001001011100110010111111001011011010110101101111011111011110110100110 | e4b997e5b5adefbda6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)