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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 讒ス蟄俶辧 | 111001101010011110111101111001011010110110011000111001101001100110011111 | e6a7bde5ad98e6999f |
EUC-JP | 讒ス蟄俶辧 | 11101100101010011000111010111101111010101010111111010000111010001101001010100001 | eca98ebdeaafd0e8d2a1 |
UTF-8 | 讒ス蟄俶辧 | 111010001010111010010010111011111011110110111101111010001001111110000100111001001011111110110110111010001011111010100111 | e8ae92efbdbde89f84e4bfb6e8bea7 |
UHC | 讒?蟄?? | 11110011110110000011111111110110110111100011111100111111 | f3d83ff6de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)