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 | 洩其騒楊 | 1000100101101011100100011011010010010001100110111001011101101011 | 896b91b4919b976b |
EUC-JP | 洩其騒楊 | 1011000111001100110000101011011011000001111110111100110111001100 | b1ccc2b6c1fbcdcc |
UTF-8 | 洩其騒楊 | 111001101011010010101001111001011000010110110110111010011010100010010010111001101010010110001010 | e6b4a9e585b6e9a892e6a58a |
UHC | 洩其?楊 | 11100000110111011101000011101100001111111110010111000101 | e0ddd0ec3fe5c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)