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 | テ、テ偲個コ | 1100001110100100110000111000111011000011100011001100001010111010 | c3a4c38ec38cc2ba |
EUC-JP | テ、テ偲個コ | 100011101100001110001110101001001000111011000011101111001100010110111000110001001000111010111010 | 8ec38ea48ec3bcc5b8c48eba |
UTF-8 | テ、テ偲個コ | 111011111011111010000011111011111011110110100100111011111011111010000011111001011000000110110010111001011000000010001011111011111011110110111010 | efbe83efbda4efbe83e581b2e5808befbdba |
UHC | ????個? | 00111111001111110011111100111111110010111100000100111111 | 3f3f3f3fcbc13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)