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 | 雖狗垈 | 111001011010101110001011111001111001101010110000 | e5ab8be79ab0 |
EUC-JP | 雖狗垈 | 111010101010110110110110111010011101010010110010 | eaadb6e9d4b2 |
UTF-8 | 雖狗垈 | 111010011001101110010110111001111000101110010111111001011001111010001000 | e99b96e78b97e59e88 |
UHC | 雖狗垈 | 111000101100110011001111101101111101001111011100 | e2cccfb7d3dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)