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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蹟??狎 | 100100001101011000111111001111111110000010111110 | 90d63f3fe0be |
EUC-JP | 蹟?輧狎 | 1100000011011000001111111000111111100000111100111110000011000000 | c0d83f8fe0f3e0c0 |
UTF-8 | 蹟븜輧狎 | 111010001011100110011111111010111011100010011100111010001011110010100111111001111000101110001110 | e8b99febb89ce8bca7e78b8e |
UHC | 蹟븜輧狎 | 1110111011100111101110101110111011011100101111101110010011100100 | eee7baeedcbee4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)