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 | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
SJIS-WIN | ?班莖?TB | 0011111110010100110001111110010010110001001111110101010001000010 | 3f94c7e4b13f5442 |
EUC-JP | ?班莖?TB | 0011111111001000110010011110100010110011001111110101010001000010 | 3fc8c9e8b33f5442 |
UTF-8 | 뤾班莖컃TB | 1110101110100100101111101110011110001111101011011110100010001110100101101110110010111011100000110101010001000010 | eba4bee78fade88e96ecbb835442 |
UHC | 뤾班莖컃TB | 10001111111010101101101011101100110011001110110010110000011010000101010001000010 | 8feadaecccecb0685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)