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 | 鄰踰ヲチーロ | 1110011111000001111001101111101010100110110000011011000011011011 | e7c1e6faa6c1b0db |
EUC-JP | 鄰踰ヲチーロ | 111011101100001111101100111111001000111010100110100011101100000110001110101100001000111011011011 | eec3ecfc8ea68ec18eb08edb |
UTF-8 | 鄰踰ヲチーロ | 111010011000010010110000111010001011100010110000111011111011110110100110111011111011111010000001111011111011110110110000111011111011111010011011 | e984b0e8b8b0efbda6efbe81efbdb0efbe9b |
UHC | ?踰???? | 00111111111010111011001000111111001111110011111100111111 | 3febb23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)