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 | 弔孟? | 1001001010100010100101101101000000111111 | 92a296d03f |
EUC-JP | 弔孟? | 1100010010100100110011001101001000111111 | c4a4ccd23f |
UTF-8 | 弔孟렒 | 111001011011110010010100111001011010110110011111111010111010000010010010 | e5bc94e5ad9feba092 |
UHC | 弔孟렒 | 111100001100000011011000111010111000111010100111 | f0c0d8eb8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)