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 | テ可イテ、テ | 11000011100010011100001010110010110000111010010011000011 | c389c2b2c3a4c3 |
EUC-JP | テ可イテ、テ | 100011101100001110110010110001001000111010110010100011101100001110001110101001001000111011000011 | 8ec3b2c48eb28ec38ea48ec3 |
UTF-8 | テ可イテ、テ | 111011111011111010000011111001011000111110101111111011111011110110110010111011111011111010000011111011111011110110100100111011111011111010000011 | efbe83e58fafefbdb2efbe83efbda4efbe83 |
UHC | ?可???? | 00111111110010101010011000111111001111110011111100111111 | 3fcaa63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)