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 | 箏紗憐 | 111000101011010110001110110100011001011111110111 | e2b58ed197f7 |
EUC-JP | 箏紗憐 | 111001001011011110111100110100111100111011111001 | e4b7bcd3cef9 |
UTF-8 | 箏紗憐 | 111001111010111010001111111001111011010010010111111001101000011010010000 | e7ae8fe7b497e68690 |
UHC | 箏紗憐 | 111011101011010011011110111010011101010111111011 | eeb4dee9d5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)