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 | 褂坂箸 | 111001011110011010001101111000101001010010100010 | e5e68de294a2 |
EUC-JP | 褂坂箸 | 111010101110100010111010111001001100100010100100 | eae8bae4c8a4 |
UTF-8 | 褂坂箸 | 111010001010010010000010111001011001110110000010111001111010111010111000 | e8a482e59d82e7aeb8 |
UHC | ?坂箸 | 0011111111110111111110001110111011000110 | 3ff7f8eec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)