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 | 畯?第?? | 11111011011011110011111110010001111001100011111100111111 | fb6f3f91e63f3f |
EUC-JP | 畯?第?澐 | 10001111110011011011101100111111110000101110100000111111100011111100100011101001 | 8fcdbb3fc2e83f8fc8e9 |
UTF-8 | 畯렡第렩澐 | 111001111001010110101111111010111010000010100001111001111010110010101100111010111010000010101001111001101011111010010000 | e795afeba0a1e7acaceba0a9e6be90 |
UHC | 畯렡第렩澐 | 11110001111000011000111010110010111100001010111110001110101101111110100111111010 | f1e18eb2f0af8eb7e9fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)