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 | 篠竺篠湿 | 1000111011000010100011101011000110001110110000101000111010111100 | 8ec28eb18ec28ebc |
EUC-JP | 篠竺篠湿 | 1011110011000100101111001011001110111100110001001011110010111110 | bcc4bcb3bcc4bcbe |
UTF-8 | 篠竺篠湿 | 111001111010111110100000111001111010101110111010111001111010111110100000111001101011100110111111 | e7afa0e7abbae7afa0e6b9bf |
UHC | 篠竺篠? | 11100001110001101111010111100111111000011100011000111111 | e1c6f5e7e1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)