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 | ??^? | 00111111001111110101111000111111 | 3f3f5e3f |
SJIS-WIN | 偲治^篠 | 10001110110000111000111010100001010111101000111011000010 | 8ec38ea15e8ec2 |
EUC-JP | 偲治^篠 | 10111100110001011011110010100011010111101011110011000100 | bcc5bca35ebcc4 |
UTF-8 | 偲治^篠 | 11100101100000011011001011100110101100101011101101011110111001111010111110100000 | e581b2e6b2bb5ee7afa0 |
UHC | ?治^篠 | 001111111111011010111101010111101110000111000110 | 3ff6bd5ee1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)