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 | 裝絅鋸 | 111001011110010011100011010001001000101110011000 | e5e4e3448b98 |
EUC-JP | 裝絅鋸 | 111010101110011011100101101001011011010111111000 | eae6e5a5b5f8 |
UTF-8 | 裝絅鋸 | 111010001010001110011101111001111011010110000101111010011000101110111000 | e8a39de7b585e98bb8 |
UHC | 裝絅鋸 | 111011011111101111001100111001111100101111101010 | edfbcce7cbea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)