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 | 悟??唯?? | 1000110011100101001111110011111110010111010000100011111100111111 | 8ce53f3f97423f3f |
EUC-JP | 悟??唯?? | 1011100011100111001111110011111111001101101000110011111100111111 | b8e73f3fcda33f3f |
UTF-8 | 悟귣씈唯뽪끽 | 111001101000001010011111111010101011011110100011111011001001010010001000111001011001010010101111111010111011110110101010111010111000000110111101 | e6829feab7a3ec9488e594afebbdaaeb81bd |
UHC | 悟귣씈唯뽪끽 | 111001111111011010000010111010111001110110100000111010101110011010010110111001101011001110100011 | e7f682eb9da0eae696e6b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)