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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褸ルЕ | 111001011111100010000011100010111000010001000101 | e5f8838b8445 |
EUC-JP | 褸ルЕ | 111010101111101010100101111010111010011110100110 | eafaa5eba7a6 |
UTF-8 | 褸ルЕ | 1110100010100100101110001110001110000011101010111101000010010101 | e8a4b8e383abd095 |
UHC | 褸ルЕ | 110101111010111010101011111010111010110010100110 | d7aeabebaca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)