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 | 悟???闇 | 10001100111001010011111100111111001111111000100011000101 | 8ce53f3f3f88c5 |
EUC-JP | 悟???闇 | 10111000111001110011111100111111001111111011000011000111 | b8e73f3f3fb0c7 |
UTF-8 | 悟귣뀞큔闇 | 111001101000001010011111111010101011011110100011111010111000000010011110111011011000000110010100111010011001011110000111 | e6829feab7a3eb809eed8194e99787 |
UHC | 悟귣뀞큔闇 | 11100111111101101000001011101011100001011001010111000101101001101110010011100001 | e7f682eb8595c5a6e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)