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 | 腴堺音 | 111001000100101010001101111001001000100110111001 | e44a8de489b9 |
EUC-JP | 腴堺音 | 111001111010101110111010111001101011001010111011 | e7abbae6b2bb |
UTF-8 | 腴堺音 | 111010001000010110110100111001011010000010111010111010011001111110110011 | e885b4e5a0bae99fb3 |
UHC | ?堺音 | 0011111111001100111101111110101111100101 | 3fccf7ebe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)