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 | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 筌??怡?@h | 111000101010001100111111001111111001110001111101001111110100000001101000 | e2a33f3f9c7d3f4068 |
EUC-JP | 筌??怡?@h | 111001001010010100111111001111111101011111011110001111110100000001101000 | e4a53f3fd7de3f4068 |
UTF-8 | 筌듭늿怡텽@h | 1110011110101101100011001110101110010011101011011110101110001010101111111110011010000000101000011110110110000101101111010100000001101000 | e7ad8ceb93adeb8abfe680a1ed85bd4068 |
UHC | 筌듭늿怡텽@h | 111011111010011110110101111011001000100010001000111011001010111010110111010011110100000001101000 | efa7b5ec8888ecaeb74f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)