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 | テ、テ按督ェ | 1100001110100100110000111000100011000010100100111100001010101010 | c3a4c388c293c2aa |
EUC-JP | テ、テ按督ェ | 100011101100001110001110101001001000111011000011101100001100010011000110110001001000111010101010 | 8ec38ea48ec3b0c4c6c48eaa |
UTF-8 | テ、テ按督ェ | 111011111011111010000011111011111011110110100100111011111011111010000011111001101000110010001001111001111001110110100011111011111011110110101010 | efbe83efbda4efbe83e68c89e79da3efbdaa |
UHC | ???按督? | 0011111100111111001111111110010011001110110101001011110100111111 | 3f3f3fe4ced4bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)