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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 謝治籵E | 10001110110100111000111010100001111000101110000001000101 | 8ed38ea1e2e045 |
EUC-JP | 謝治籵E | 10111100110101011011110010100011111001001110001001000101 | bcd5bca3e4e245 |
UTF-8 | 謝治籵E | 11101000101011001001110111100110101100101011101111100111101100011011010101000101 | e8ac9de6b2bbe7b1b545 |
UHC | 謝治?E | 110111101111001111110110101111010011111101000101 | def3f6bd3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)