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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??糊戡? | 00111111001111111000110011010000100111010100000100111111 | 3f3f8cd09d413f |
EUC-JP | ??糊戡? | 00111111001111111011100011010010110110011010001000111111 | 3f3fb8d2d9a23f |
UTF-8 | 降렒糊戡렱 | 111011111010100010001001111010111010000010010010111001111011001110001010111001101000100010100001111010111010000010110001 | efa889eba092e7b38ae688a1eba0b1 |
UHC | 降렒糊戡렱 | 11111010101000101000111010100111111110111101010111001010111100011000111010111110 | faa28ea7fbd5caf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)