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 | ²h² | 1001101110110010011010001001101110110010 | 9bb2689bb2 |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | ²h² | 110000101001101111000010101100100110100011000010100110111100001010110010 | c29bc2b268c29bc2b2 |
UHC | ?²h?² | 00111111101010011111011101101000001111111010100111110111 | 3fa9f7683fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)