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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 濵アシ濵アシ^ | 111110110100110110110001101111001111101101001101101100011011110001011110 | fb4db1bcfb4db1bc5e |
EUC-JP | 濵アシ濵アシ^ | 100011111100100110100110100011101011000110001110101111001000111111001001101001101000111010110001100011101011110001011110 | 8fc9a68eb18ebc8fc9a68eb18ebc5e |
UTF-8 | 濵アシ濵アシ^ | 11100110101111111011010111101111101111011011000111101111101111011011110011100110101111111011010111101111101111011011000111101111101111011011110001011110 | e6bfb5efbdb1efbdbce6bfb5efbdb1efbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)