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 | ?f?T?f | 001111110110011000111111010101000011111101100110 | 3f663f543f66 |
SJIS-WIN | 但f但T但f | 100100100100000101100110100100100100000101010100100100100100000101100110 | 924166924154924166 |
EUC-JP | 但f但T但f | 110000111010001001100110110000111010001001010100110000111010001001100110 | c3a266c3a254c3a266 |
UTF-8 | 但f但T但f | 111001001011110110000110011001101110010010111101100001100101010011100100101111011000011001100110 | e4bd8666e4bd8654e4bd8666 |
UHC | 但f但T但f | 110100111010001101100110110100111010001101010100110100111010001101100110 | d3a366d3a354d3a366 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)