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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 箏簑ミ | 1110001010110101111000101100000011010000 | e2b5e2c0d0 |
EUC-JP | 箏簑ミ | 111001001011011111100100110000101000111011010000 | e4b7e4c28ed0 |
UTF-8 | 箏簑ミ | 111001111010111010001111111001111011000010010001111011111011111010010000 | e7ae8fe7b091efbe90 |
UHC | 箏?? | 11101110101101000011111100111111 | eeb43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)