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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴃溪貽磆 | 1110100111101110100111111110001011100110110001001110000111110101 | e9ee9fe2e6c4e1f5 |
EUC-JP | 鴃溪貽磆 | 1111001011110000110111101110010011101100110001101110001011110111 | f2f0dee4ecc6e2f7 |
UTF-8 | 鴃溪貽磆 | 111010011011010010000011111001101011101010101010111010001011001010111101111001111010001110000110 | e9b483e6baaae8b2bde7a386 |
UHC | ?溪貽? | 001111111100110110100010111011001100001000111111 | 3fcda2ecc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)