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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 驕城ス「遘、\ | 11101001100000011000111111101001101111011010001011100111101001111010010001011100 | e9818fe9bda2e7a7a45c |
EUC-JP | 驕城ス「遘、\ | 11110001111000011011111011101011100011101011110110001110101000101110111010101001100011101010010001011100 | f1e1beeb8ebd8ea2eea98ea45c |
UTF-8 | 驕城ス「遘、\ | 11101001101010011001010111100101100111111000111011101111101111011011110111101111101111011010001011101001100000011001100011101111101111011010010001011100 | e9a995e59f8eefbdbdefbda2e98198efbda45c |
UHC | 驕城????\ | 110011101111011011100000111100100011111100111111001111110011111101011100 | cef6e0f23f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)