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 | 譚悶蒔 | 111001101001110110010110111000111000111010101010 | e69d96e38eaa |
EUC-JP | 譚悶蒔 | 111010111111110111001100111001011011110010101100 | ebfdcce5bcac |
UTF-8 | 譚悶蒔 | 111010001010110110011010111001101000001010110110111010001001001010010100 | e8ad9ae682b6e89294 |
UHC | 譚悶蒔 | 110100111100100111011010101111111110001111001000 | d3c9dabfe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)