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 | 鴫射セ | 1000111010110000100011101100101110111110 | 8eb08ecbbe |
EUC-JP | 鴫射セ | 101111001011001010111100110011011000111010111110 | bcb2bccd8ebe |
UTF-8 | 鴫射セ | 111010011011010010101011111001011011000010000100111011111011110110111110 | e9b4abe5b084efbdbe |
UHC | ?射? | 00111111110111101101001000111111 | 3fded23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)