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 | 衲ヨサ | 11100101110100111101011010111011 | e5d3d6bb |
EUC-JP | 衲ヨサ | 111010101101010110001110110101101000111010111011 | ead58ed68ebb |
UTF-8 | 衲ヨサ | 111010001010000110110010111011111011111010010110111011111011110110111011 | e8a1b2efbe96efbdbb |
UHC | 衲?? | 11010010101001000011111100111111 | d2a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)