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 | 悟??維?? | 1000110011100101001111110011111110001000110110110011111100111111 | 8ce53f3f88db3f3f |
EUC-JP | 悟??維?? | 1011100011100111001111110011111110110000110111010011111100111111 | b8e73f3fb0dd3f3f |
UTF-8 | 悟뽯쉐維끾끽 | 111001101000001010011111111010111011110110101111111011001000100110010000111001111011011010101101111010111000000110111110111010111000000110111101 | e6829febbdafec8990e7b6adeb81beeb81bd |
UHC | 悟뽯쉐維끾끽 | 111001111111011010010110111010111011110110100110111010111010101110000101111001101011001110100011 | e7f696ebbda6ebab85e6b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)