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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 悟??裕ワ? | 100011001110010100111111001111111001011101010100100000111000111100111111 | 8ce53f3f9754838f3f |
EUC-JP | 悟??裕ワ? | 101110001110011100111111001111111100110110110101101001011110111100111111 | b8e73f3fcdb5a5ef3f |
UTF-8 | 悟귣쑐裕ワ㎕ | 111001101000001010011111111010101011011110100011111011001001000110010000111010001010001110010101111000111000001110101111111000111000111010010101 | e6829feab7a3ec9190e8a395e383afe38e95 |
UHC | 悟귣쑐裕ワ㎕ | 111001111111011010000010111010111001110010101111111010111010111010101011111011111010011110100001 | e7f682eb9cafebaeabefa7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)