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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 上ッ赦執] | 1000111111100011101011111000111011001101100011101011011101011101 | 8fe3af8ecd8eb75d |
EUC-JP | 上ッ赦執] | 101111101110010110001110101011111011110011001111101111001011100101011101 | bee58eafbccfbcb95d |
UTF-8 | 上ッ赦執] | 11100100101110001000101011101111101111011010111111101000101101011010011011100101100111111011011101011101 | e4b88aefbdafe8b5a6e59fb75d |
UHC | 上?赦執] | 1101111110111110001111111101111011110101111100101111101101011101 | dfbe3fdef5f2fb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)