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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 耶??G | 1001011011101011001111110011111101000111 | 96eb3f3f47 |
EUC-JP | 耶??G | 1100110011101101001111110011111101000111 | cced3f3f47 |
UTF-8 | 耶곁룭G | 11101000100000001011011011101010101100111000000111101011101000111010110101000111 | e880b6eab381eba3ad47 |
UHC | 耶곁룭G | 11100101101011011011000011100111100011111010001101000111 | e5adb0e78fa347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)