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 | 莵萃籀籵 | 1110010010110111111001001100001011100010110110001110001011100000 | e4b7e4c2e2d8e2e0 |
EUC-JP | 莵萃籀籵 | 1110100010111001111010001100010011100100110110101110010011100010 | e8b9e8c4e4dae4e2 |
UTF-8 | 莵萃籀籵 | 111010001000111010110101111010001001000010000011111001111011000110000000111001111011000110110101 | e88eb5e89083e7b180e7b1b5 |
UHC | ?萃?? | 0011111111110101111111100011111100111111 | 3ff5fe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)