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 | ?私??遇 | 00111111100011101000010000111111001111111000101111110110 | 3f8e843f3f8bf6 |
EUC-JP | 鋌私??遇 | 100011111110010010111011101110111110010000111111001111111011011011111000 | 8fe4bbbbe43f3fb6f8 |
UTF-8 | 鋌私렏렋遇 | 111010011000101110001100111001111010011110000001111010111010000010001111111010111010000010001011111010011000000110000111 | e98b8ce7a781eba08feba08be98187 |
UHC | 鋌私렏렋遇 | 11101111111110111101111011100111100011101010010110001110101000101110100111100111 | effbdee78ea58ea2e9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)