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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臆??垓 | 100010011011000000111111001111111001101010110100 | 89b03f3f9ab4 |
EUC-JP | 臆??垓 | 101100101011001000111111001111111101010010110110 | b2b23f3fd4b6 |
UTF-8 | 臆믭㎚垓 | 111010001000011110000110111010111010111110101101111000111000111010011010111001011001111010010011 | e88786ebafade38e9ae59e93 |
UHC | 臆믭㎚垓 | 1110010111100110100100101110111110100111101011001111101010100111 | e5e692efa7acfaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)