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 | 貍ソ讖躯卸 | 111001101011110010111111111001101010100110001011111010111000100110110101 | e6bcbfe6a98beb89b5 |
EUC-JP | 貍ソ讖躯卸 | 11101100101111101000111010111111111011001010101110110110111011011011001010110111 | ecbe8ebfecabb6edb2b7 |
UTF-8 | 貍ソ讖躯卸 | 111010001011001010001101111011111011110110111111111010001010111010010110111010001011101010101111111001011000110110111000 | e8b28defbdbfe8ae96e8baafe58db8 |
UHC | ??讖?? | 001111110011111111110011110110010011111100111111 | 3f3ff3d93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)