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 | ??お◆? | 00111111001111111000001010101000100000011001111100111111 | 3f3f82a8819f3f |
EUC-JP | ??お◆? | 00111111001111111010010010101010101000101010000100111111 | 3f3fa4aaa2a13f |
UTF-8 | 룶퓦お◆룫 | 111010111010001110110110111011011001001110100110111000111000000110001010111000101001011110000110111010111010001110101011 | eba3b6ed93a6e3818ae29786eba3ab |
UHC | 룶퓦お◆룫 | 10001111101010111011111110001111101010101010101010100001110111111000111110100010 | 8fabbf8faaaaa1df8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)