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 | セナ舎シ眈狎 | 101111101100010110001110110010011011110011100001101111001110000010111110 | bec58ec9bce1bce0be |
EUC-JP | セナ舎シ眈狎 | 100011101011111010001110110001011011110011001011100011101011110011100010101111101110000011000000 | 8ebe8ec5bccb8ebce2bee0c0 |
UTF-8 | セナ舎シ眈狎 | 111011111011110110111110111011111011111010000101111010001000100010001110111011111011110110111100111001111001110010001000111001111000101110001110 | efbdbeefbe85e8888eefbdbce79c88e78b8e |
UHC | ????眈狎 | 0011111100111111001111110011111111110111101011111110010011100100 | 3f3f3f3ff7afe4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)