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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 第?氾齬 | 10010001111001100011111110010100110000111110101010010111 | 91e63f94c3ea97 |
EUC-JP | 第?氾齬 | 11000010111010000011111111001000110001011111001111110111 | c2e83fc8c5f3f7 |
UTF-8 | 第뀄氾齬 | 111001111010110010101100111010111000000010000100111001101011000010111110111010011011110110101100 | e7acaceb8084e6b0bee9bdac |
UHC | 第뀄氾齬 | 1111000010101111101100101110110111011011111100001110010111100001 | f0afb2eddbf0e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)