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 | ?????TB | 00111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f5442 |
SJIS-WIN | 齎??障譚TB | 11100110110110000011111100111111100011111110000111100110100111010101010001000010 | e6d83f3f8fe1e69d5442 |
EUC-JP | 齎??障譚TB | 11101100110110100011111100111111101111101110001111101011111111010101010001000010 | ecda3f3fbee3ebfd5442 |
UTF-8 | 齎흩틔障譚TB | 1110100110111101100011101110110110011101101010011110110110001011100101001110100110011010100111001110100010101101100110100101010001000010 | e9bd8eed9da9ed8b94e99a9ce8ad9a5442 |
UHC | 齎흩틔障譚TB | 111011101011001011001000111100001100011010110111111011101010000111010011110010010101010001000010 | eeb2c8f0c6b7eea1d3c95442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)