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 | 暗??有? | 10001000110000110011111100111111100101110100110000111111 | 88c33f3f974c3f |
EUC-JP | 暗??有? | 10110000110001010011111100111111110011011010110100111111 | b0c53f3fcdad3f |
UTF-8 | 暗뽯툍有껮 | 111001101001101010010111111010111011110110101111111011011000100010001101111001101001110010001001111010101011101110101110 | e69a97ebbdafed888de69c89eabbae |
UHC | 暗뽯툍有껮 | 11100100110111101001011011101011101110001000010111101010111100111000010001000110 | e4de96ebb885eaf38446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)