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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 豎尖擇F | 11100110101100011001000011101011100111011010001001000110 | e6b190eb9da246 |
EUC-JP | 豎尖擇F | 11101100101100111100000011101101110110101010010001000110 | ecb3c0eddaa446 |
UTF-8 | 豎尖擇F | 11101000101100011000111011100101101100001001011011100110100100111000011101000110 | e8b18ee5b096e6938746 |
UHC | ?尖擇F | 001111111111010011010011111101111100100101000110 | 3ff4d3f7c946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)