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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???拗? | 001111110011111100111111100111010101100000111111 | 3f3f3f9d583f |
EUC-JP | ???拗? | 001111110011111100111111110110011011100100111111 | 3f3f3fd9b93f |
UTF-8 | 溫볠퍝拗룩 | 111001101011101010101011111010111011001110100000111011011000110110011101111001101000101110010111111010111010001110101001 | e6baabebb3a0ed8d9de68b97eba3a9 |
UHC | 溫볠퍝拗룩 | 11101000101011101001001111100110101110111001010011101000111100111011011111101000 | e8ae93e6bb94e8f3b7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)