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 | 111010011001100110110111111001101000000110010010011010000101010001000010 | e999b7e68192685442 |
EUC-JP | 髯キ諱檀TB | 11110001111110011000111010110111111010111110000111000011110010010101010001000010 | f1f98eb7ebe1c3c95442 |
UTF-8 | 髯キ諱檀TB | 1110100110101011101011111110111110111101101101111110100010101011101100011110011010101010100000000101010001000010 | e9abafefbdb7e8abb1e6aa805442 |
UHC | ??諱檀TB | 0011111100111111111111011100100111010011101010100101010001000010 | 3f3ffdc9d3aa5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)