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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ヘー簔hヘー簔 | 110011011011000011100010110000010110100011001101101100001110001011000001 | cdb0e2c168cdb0e2c1 |
EUC-JP | ヘー簔hヘー簔 | 10001110110011011000111010110000111001001100001101101000100011101100110110001110101100001110010011000011 | 8ecd8eb0e4c3688ecd8eb0e4c3 |
UTF-8 | ヘー簔hヘー簔 | 11101111101111101000110111101111101111011011000011100111101100001001010001101000111011111011111010001101111011111011110110110000111001111011000010010100 | efbe8defbdb0e7b09468efbe8defbdb0e7b094 |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)