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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 茗砌茗矜^ | 111001001010101011100001111001001110010010101010111000011110000001011110 | e4aae1e4e4aae1e05e |
EUC-JP | 茗砌茗矜^ | 111010001010110011100010111001101110100010101100111000101110001001011110 | e8ace2e6e8ace2e25e |
UTF-8 | 茗砌茗矜^ | 11101000100011001001011111100111101000001000110011101000100011001001011111100111100111111001110001011110 | e88c97e7a08ce88c97e79f9c5e |
UHC | 茗?茗矜^ | 1101100110101011001111111101100110101011110100001110100001011110 | d9ab3fd9abd0e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)