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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 岦竺峵 | 111110101010110010001110101100011111101010101110 | faac8eb1faae |
EUC-JP | 岦竺? | 100011111011101110110011101111001011001100111111 | 8fbbb3bcb33f |
UTF-8 | 岦竺峵 | 111001011011001010100110111001111010101110111010111001011011001110110101 | e5b2a6e7abbae5b3b5 |
UHC | ?竺? | 00111111111101011110011100111111 | 3ff5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)