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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テ、チ鍰、チ猪 | 110000111010010011000001111110111101111110100100110000011111101101011110 | c3a4c1fbdfa4c1fb5e |
EUC-JP | テ、チ鍰、チ? | 1000111011000011100011101010010010001110110000011000111111100100111110101000111010100100100011101100000100111111 | 8ec38ea48ec18fe4fa8ea48ec13f |
UTF-8 | テ、チ鍰、チ猪 | 111011111011111010000011111011111011110110100100111011111011111010000001111010011000110110110000111011111011110110100100111011111011111010000001111011111010100010010110 | efbe83efbda4efbe81e98db0efbda4efbe81efa896 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)