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^ | 00111111010101000100010000111111010101000100010001011110 | 3f54443f54445e |
EUC-JP | ?TD?TD^ | 00111111010101000100010000111111010101000100010001011110 | 3f54443f54445e |
UTF-8 | 숥TD숥TD^ | 1110110010001000101001010101010001000100111011001000100010100101010101000100010001011110 | ec88a55444ec88a554445e |
UHC | 숥TD숥TD^ | 100110100100001001010100010001001001101001000010010101000100010001011110 | 9a4254449a4254445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)