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 | 11110010101101111101101011111011111000001011011101000010 | f2b7dafbe0b742 |
EUC-JP | ?レ鍗キB | 001111111000111011011010100011111110010011101111100011101011011101000010 | 3f8eda8fe4ef8eb742 |
UTF-8 | レ鍗キB | 11101110100001111010111011101111101111101001101011101001100011011001011111101111101111011011011101000010 | ee87aeefbe9ae98d97efbdb742 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)