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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 驕城ス「遘、B | 11101001100000011000111111101001101111011010001011100111101001111010010001000010 | e9818fe9bda2e7a7a442 |
EUC-JP | 驕城ス「遘、B | 11110001111000011011111011101011100011101011110110001110101000101110111010101001100011101010010001000010 | f1e1beeb8ebd8ea2eea98ea442 |
UTF-8 | 驕城ス「遘、B | 11101001101010011001010111100101100111111000111011101111101111011011110111101111101111011010001011101001100000011001100011101111101111011010010001000010 | e9a995e59f8eefbdbdefbda2e98198efbda442 |
UHC | 驕城????B | 110011101111011011100000111100100011111100111111001111110011111101000010 | cef6e0f23f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)