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 | 丞??? | 1000111111100101001111110011111100111111 | 8fe53f3f3f |
EUC-JP | 丞??? | 1011111011100111001111110011111100111111 | bee73f3f3f |
UTF-8 | 丞뢭뒍딡 | 111001001011100010011110111010111010001010101101111010111001001010001101111010111001010010100001 | e4b89eeba2adeb928deb94a1 |
UHC | 丞뢭뒍딡 | 1110001110101010100011110110110110001010100010101000101101000100 | e3aa8f6d8a8a8b44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)