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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 謝実籥B | 10001110110100111000111011000000111000101101111001000010 | 8ed38ec0e2de42 |
EUC-JP | 謝実籥B | 10111100110101011011110011000010111001001110000001000010 | bcd5bcc2e4e042 |
UTF-8 | 謝実籥B | 11101000101011001001110111100101101011101001111111100111101100011010010101000010 | e8ac9de5ae9fe7b1a542 |
UHC | 謝??B | 1101111011110011001111110011111101000010 | def33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)