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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ禿炭テ禿短 | 11000011100100111100001110010010010110011100001110010011110000111001001001011010 | c393c39259c393c3925a |
EUC-JP | テ禿炭テ禿短 | 100011101100001111000110110001011100001110111010100011101100001111000110110001011100001110111011 | 8ec3c6c5c3ba8ec3c6c5c3bb |
UTF-8 | テ禿炭テ禿短 | 111011111011111010000011111001111010011010111111111001111000001010101101111011111011111010000011111001111010011010111111111001111001111110101101 | efbe83e7a6bfe782adefbe83e7a6bfe79fad |
UHC | ?禿炭?禿短 | 00111111110101001011111011110111101010010011111111010100101111101101001110101101 | 3fd4bef7a93fd4bed3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)