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^ | 100110100100001001010100010001001001101001000010010101000100010001011110 | 9a4254449a4254445e |
EUC-JP | 咤TD咤TD^ | 110100111010001101010100010001001101001110100011010101000100010001011110 | d3a35444d3a354445e |
UTF-8 | 咤TD咤TD^ | 1110010110010010101001000101010001000100111001011001001010100100010101000100010001011110 | e592a45444e592a454445e |
UHC | 咤TD咤TD^ | 111101101110001101010100010001001111011011100011010101000100010001011110 | f6e35444f6e354445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)