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 | 悟??裕?? | 1000110011100101001111110011111110010111010101000011111100111111 | 8ce53f3f97543f3f |
EUC-JP | 悟??裕?? | 1011100011100111001111110011111111001101101101010011111100111111 | b8e73f3fcdb53f3f |
UTF-8 | 悟귣뀞裕듸쬃 | 111001101000001010011111111010101011011110100011111010111000000010011110111010001010001110010101111010111001001110111000111011001010110010000011 | e6829feab7a3eb809ee8a395eb93b8ecac83 |
UHC | 悟귣뀞裕듸쬃 | 111001111111011010000010111010111000010110010101111010111010111010110101111011111010011010011010 | e7f682eb8595ebaeb5efa69a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)