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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 油翹璧 | 100101101111101111100011110010011110000011111000 | 96fbe3c9e0f8 |
EUC-JP | 油翹璧 | 110011001111110111100110110010111110000011111010 | ccfde6cbe0fa |
UTF-8 | 油翹璧 | 111001101011001010111001111001111011111110111001111001111001001010100111 | e6b2b9e7bfb9e792a7 |
UHC | 油翹璧 | 111010101111101011001110111011101101101111111101 | eafaceeedbfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)