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 | 11111011101001001001101011100111100111111000110101000010 | fba49ae79f8d42 |
EUC-JP | 訷夂沚B | 1000111111011101110101001101010011101001110111011110110101000010 | 8fddd4d4e9dded42 |
UTF-8 | 訷夂沚B | 11101000101010001011011111100101101001001000001011100110101100101001101001000010 | e8a8b7e5a482e6b29a42 |
UHC | ??沚B | 0011111100111111111100101010111101000010 | 3f3ff2af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)