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 | 篠竺杓鴫 | 1000111011000010100011101011000110001110110110111000111010110000 | 8ec28eb18edb8eb0 |
EUC-JP | 篠竺杓鴫 | 1011110011000100101111001011001110111100110111011011110010110010 | bcc4bcb3bcddbcb2 |
UTF-8 | 篠竺杓鴫 | 111001111010111110100000111001111010101110111010111001101001110110010011111010011011010010101011 | e7afa0e7abbae69d93e9b4ab |
UHC | 篠竺杓? | 11100001110001101111010111100111111110001111010100111111 | e1c6f5e7f8f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)