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 | 驕城ス「讒傳 | 11101001100000011000111111101001101111011010001011100110101001111001100101000010 | e9818fe9bda2e6a79942 |
EUC-JP | 驕城ス「讒傳 | 111100011110000110111110111010111000111010111101100011101010001011101100101010011101000110100011 | f1e1beeb8ebd8ea2eca9d1a3 |
UTF-8 | 驕城ス「讒傳 | 111010011010100110010101111001011001111110001110111011111011110110111101111011111011110110100010111010001010111010010010111001011000001010110011 | e9a995e59f8eefbdbdefbda2e8ae92e582b3 |
UHC | 驕城??讒傳 | 11001110111101101110000011110010001111110011111111110011110110001110111011101110 | cef6e0f23f3ff3d8eeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)