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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莵贏萃籵 | 1110010010110111111001101101010111100100110000101110001011100000 | e4b7e6d5e4c2e2e0 |
EUC-JP | 莵贏萃籵 | 1110100010111001111011001101011111101000110001001110010011100010 | e8b9ecd7e8c4e4e2 |
UTF-8 | 莵贏萃籵 | 111010001000111010110101111010001011010010001111111010001001000010000011111001111011000110110101 | e88eb5e8b48fe89083e7b1b5 |
UHC | ??萃? | 0011111100111111111101011111111000111111 | 3f3ff5fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)