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 | 杓酌蛇室 | 1000111011011011100011101101111010001110110101101000111010111010 | 8edb8ede8ed68eba |
EUC-JP | 杓酌蛇室 | 1011110011011101101111001110000010111100110110001011110010111100 | bcddbce0bcd8bcbc |
UTF-8 | 杓酌蛇室 | 111001101001110110010011111010011000010110001100111010001001101110000111111001011010111010100100 | e69d93e9858ce89b87e5aea4 |
UHC | 杓酌蛇室 | 1111100011110101111011011100110011011110111011111110001111111000 | f8f5edccdeefe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)