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 | 荳ケ謳榊 | 11100100101110001011100111100110100100001000110111100101 | e4b8b9e6908de5 |
EUC-JP | 荳ケ謳榊 | 1110100010111010100011101011100111101011111100001011101011100111 | e8ba8eb9ebf0bae7 |
UTF-8 | 荳ケ謳榊 | 111010001000110110110011111011111011110110111001111010001010110010110011111001101010011010001010 | e88db3efbdb9e8acb3e6a68a |
UHC | 荳?謳? | 110101001110010100111111110011111100010000111111 | d4e53fcfc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)