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 | ?TD?TD^ | 00111111010101000100010000111111010101000100010001011110 | 3f54443f54445e |
SJIS-WIN | 但TD但TD^ | 100100100100000101010100010001001001001001000001010101000100010001011110 | 92415444924154445e |
EUC-JP | 但TD但TD^ | 110000111010001001010100010001001100001110100010010101000100010001011110 | c3a25444c3a254445e |
UTF-8 | 但TD但TD^ | 1110010010111101100001100101010001000100111001001011110110000110010101000100010001011110 | e4bd865444e4bd8654445e |
UHC | 但TD但TD^ | 110100111010001101010100010001001101001110100011010101000100010001011110 | d3a35444d3a354445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)