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® | 1000100110101110011010001000100110101110 | 89ae6889ae |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ?®h?® | 001111111000111110100010111011100110100000111111100011111010001011101110 | 3f8fa2ee683f8fa2ee |
UTF-8 | ®h® | 110000101000100111000010101011100110100011000010100010011100001010101110 | c289c2ae68c289c2ae |
UHC | ?®h?® | 00111111101000101110011101101000001111111010001011100111 | 3fa2e7683fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)