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 | 悟??裕?㎝ | 100011001110010100111111001111111001011101010100001111111000011101110000 | 8ce53f3f97543f8770 |
EUC-JP | 悟??裕?? | 1011100011100111001111110011111111001101101101010011111100111111 | b8e73f3fcdb53f3f |
UTF-8 | 悟귣씈裕놅㎝ | 111001101000001010011111111010101011011110100011111011001001010010001000111010001010001110010101111010111000011010000101111000111000111010011101 | e6829feab7a3ec9488e8a395eb8685e38e9d |
UHC | 悟귣씈裕놅㎝ | 111001111111011010000010111010111001110110100000111010111010111010000110111011111010011110101111 | e7f682eb9da0ebae86efa7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)