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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?ラ?歟? | 00111111100000111000100100111111100111110110001000111111 | 3f83893f9f623f |
EUC-JP | ?ラ?歟? | 00111111101001011110100100111111110111011100001100111111 | 3fa5e93fddc33f |
UTF-8 | 筽ラ뇦歟쎾 | 111001111010110110111101111000111000001110101001111010111000011110100110111001101010110110011111111011001000111010111110 | e7adbde383a9eb87a6e6ad9fec8ebe |
UHC | 筽ラ뇦歟쎾 | 11101000101001001010101111101001100001111000111011100110101000101001101111100101 | e8a4abe9878ee6a29be5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)