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 | ??REE | 0011111100111111010100100100010101000101 | 3f3f524545 |
SJIS-WIN | 偲治REE | 10001110110000111000111010100001010100100100010101000101 | 8ec38ea1524545 |
EUC-JP | 偲治REE | 10111100110001011011110010100011010100100100010101000101 | bcc5bca3524545 |
UTF-8 | 偲治REE | 111001011000000110110010111001101011001010111011010100100100010101000101 | e581b2e6b2bb524545 |
UHC | ?治REE | 001111111111011010111101010100100100010101000101 | 3ff6bd524545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)