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 | ??⊂?仇 | 00111111001111111000000110111100001111111000101101110111 | 3f3f81bc3f8b77 |
EUC-JP | ??⊂?仇 | 00111111001111111010001010111110001111111011010111011000 | 3f3fa2be3fb5d8 |
UTF-8 | 룶괄⊂룵仇 | 111010111010001110110110111010101011010010000100111000101000101010000010111010111010001110110101111001001011101110000111 | eba3b6eab484e28a82eba3b5e4bb87 |
UHC | 룶괄⊂룵仇 | 10001111101010111011000011111101101000011111100010001111101010101100111011111011 | 8fabb0fda1f88faacefb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)