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 | 易??浴? | 10001000110101010011111100111111100101111000000100111111 | 88d53f3f97813f |
EUC-JP | 易??浴? | 10110000110101110011111100111111110011011110000100111111 | b0d73f3fcde13f |
UTF-8 | 易뚦뼗浴냜 | 111001101001100010010011111010111001101010100110111010111011110010010111111001101011010110110100111010111000001110011100 | e69893eb9aa6ebbc97e6b5b4eb839c |
UHC | 易뚦뼗浴냜 | 11100110101101101000110011100101100101101001111111101001101100011000011001101000 | e6b68ce5969fe9b18668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)