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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬮冗ァ倅驕 | 1110100110101011100011111110011110100111100110001110010011111001100000101110100110000001 | e9ab8fe7a798e4f982e981 |
EUC-JP | 鬮冗ァ倅?驕 | 1111001010101101101111101110100110001110101001111101000011100110001111111111000111100001 | f2adbee98ea7d0e63ff1e1 |
UTF-8 | 鬮冗ァ倅驕 | 111010011010110010101110111001011000011010010111111011111011110110100111111001011000000010000101111011101001101110011101111010011010100110010101 | e9acaee58697efbda7e58085ee9b9de9a995 |
UHC | ?冗???驕 | 0011111111101001101101110011111100111111001111111100111011110110 | 3fe9b73f3f3fcef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)