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 | 丈ヲ斜 | 1000111111100100101001101000111011001110 | 8fe4a68ece |
EUC-JP | 丈ヲ斜 | 101111101110011010001110101001101011110011010000 | bee68ea6bcd0 |
UTF-8 | 丈ヲ斜 | 111001001011100010001000111011111011110110100110111001101001011010011100 | e4b888efbda6e6969c |
UHC | 丈?斜 | 1110110111011011001111111101111011011000 | eddb3fded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)