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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 淏ホ淏ホB | 111110110100001010000011011110101111101101000010100000110111101001000010 | fb42837afb42837a42 |
EUC-JP | 淏ホ淏ホB | 1000111111000111110110011010010111011011100011111100011111011001101001011101101101000010 | 8fc7d9a5db8fc7d9a5db42 |
UTF-8 | 淏ホ淏ホB | 11100110101101111000111111100011100000111001101111100110101101111000111111100011100000111001101101000010 | e6b78fe3839be6b78fe3839b42 |
UHC | 淏ホ淏ホB | 111110111100100010101011110110111111101111001000101010111101101101000010 | fbc8abdbfbc8abdb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)