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 | テ榲佚サテ「 | 1100001110011110110000111001100011000011101110111100001110100010 | c39ec398c3bbc3a2 |
EUC-JP | テ榲佚サテ「 | 100011101100001111011100110001011101000011000101100011101011101110001110110000111000111010100010 | 8ec3dcc5d0c58ebb8ec38ea2 |
UTF-8 | テ榲佚サテ「 | 111011111011111010000011111001101010011010110010111001001011110110011010111011111011110110111011111011111011111010000011111011111011110110100010 | efbe83e6a6b2e4bd9aefbdbbefbe83efbda2 |
UHC | ??佚??? | 00111111001111111110110011101010001111110011111100111111 | 3f3fecea3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)