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 | 荳ケ謳堺 | 11100100101110001011100111100110100100001000110111100100 | e4b8b9e6908de4 |
EUC-JP | 荳ケ謳堺 | 1110100010111010100011101011100111101011111100001011101011100110 | e8ba8eb9ebf0bae6 |
UTF-8 | 荳ケ謳堺 | 111010001000110110110011111011111011110110111001111010001010110010110011111001011010000010111010 | e88db3efbdb9e8acb3e5a0ba |
UHC | 荳?謳堺 | 11010100111001010011111111001111110001001100110011110111 | d4e53fcfc4ccf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)