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 | 丈セ借濵 | 10001111111001001011111010001110110110001111101101001101 | 8fe4be8ed8fb4d |
EUC-JP | 丈セ借濵 | 101111101110011010001110101111101011110011011010100011111100100110100110 | bee68ebebcda8fc9a6 |
UTF-8 | 丈セ借濵 | 111001001011100010001000111011111011110110111110111001011000000010011111111001101011111110110101 | e4b888efbdbee5809fe6bfb5 |
UHC | 丈?借? | 111011011101101100111111111100111010100000111111 | eddb3ff3a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)