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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 鬩榊沮K | 11101001101010011000110111100101100111111001110001001011 | e9a98de59f9c4b |
EUC-JP | 鬩榊沮K | 11110010101010111011101011100111110111011111110001001011 | f2abbae7ddfc4b |
UTF-8 | 鬩榊沮K | 11101001101011001010100111100110101001101000101011100110101100101010111001001011 | e9aca9e6a68ae6b2ae4b |
UHC | ??沮K | 0011111100111111111011101100000101001011 | 3f3feec14b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)