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 | 菴カ螻先d | 111001001011110110110110111001011011000110010000111001101000001010000100 | e4bdb6e5b190e68284 |
EUC-JP | 菴カ螻先d | 11101000101111111000111010110110111010101011001111000000111010001010001111100100 | e8bf8eb6eab3c0e8a3e4 |
UTF-8 | 菴カ螻先d | 111010001000111110110100111011111011110110110110111010001001111010111011111001011000010110001000111011111011110110000100 | e88fb4efbdb6e89ebbe58588efbd84 |
UHC | 菴??先d | 1110010011100000001111110011111111100000101110111010001111100100 | e4e03f3fe0bba3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)