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 | ◆?? | 10000001100111110011111100111111 | 819f3f3f |
EUC-JP | ◆?? | 10100010101000010011111100111111 | a2a13f3f |
UTF-8 | ◆룶퓦 | 111000101001011110000110111010111010001110110110111011011001001110100110 | e29786eba3b6ed93a6 |
UHC | ◆룶퓦 | 101000011101111110001111101010111011111110001111 | a1df8fabbf8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)