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 | 驕城ス「讒竸 | 11101001100000011000111111101001101111011010001011100110101001111001100101011110 | e9818fe9bda2e6a7995e |
EUC-JP | 驕城ス「讒竸 | 111100011110000110111110111010111000111010111101100011101010001011101100101010011101000110111111 | f1e1beeb8ebd8ea2eca9d1bf |
UTF-8 | 驕城ス「讒竸 | 111010011010100110010101111001011001111110001110111011111011110110111101111011111011110110100010111010001010111010010010111001111010101110111000 | e9a995e59f8eefbdbdefbda2e8ae92e7abb8 |
UHC | 驕城??讒? | 110011101111011011100000111100100011111100111111111100111101100000111111 | cef6e0f23f3ff3d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)