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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | 謳榊娼wh | 1110011010010000100011011110010110001111101010010111011101101000 | e6908de58fa97768 |
EUC-JP | 謳榊娼wh | 1110101111110000101110101110011110111110101010110111011101101000 | ebf0bae7beab7768 |
UTF-8 | 謳榊娼wh | 1110100010101100101100111110011010100110100010101110010110101000101111000111011101101000 | e8acb3e6a68ae5a8bc7768 |
UHC | 謳?娼wh | 11001111110001000011111111110011110111100111011101101000 | cfc43ff3de7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)