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 | ワロ瓏 | 11011100110110111110000011111010 | dcdbe0fa |
EUC-JP | ワロ瓏 | 100011101101110010001110110110111110000011111100 | 8edc8edbe0fc |
UTF-8 | ワロ瓏 | 111011111011111010011100111011111011111010011011111001111001001110001111 | efbe9cefbe9be7938f |
UHC | ??瓏 | 00111111001111111101011011101010 | 3f3fd6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)