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 | 涌齏盖喊涌 | 10010111010011111110100011101011111000011011001110011010010111101001011101001111 | 974fe8ebe1b39a5e974f |
EUC-JP | 涌齏盖喊涌 | 11001101101100001111000011101101111000101011010111010011101111111100110110110000 | cdb0f0ede2b5d3bfcdb0 |
UTF-8 | 涌齏盖喊涌 | 111001101011011010001100111010011011110110001111111001111001101110010110111001011001011010001010111001101011011010001100 | e6b68ce9bd8fe79b96e5968ae6b68c |
UHC | 涌?盖喊涌 | 111010011011111100111111110010111100110011111001111000101110100110111111 | e9bf3fcbccf9e2e9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)