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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?湘伊h | 001111111000111111000011100010001100100101101000 | 3f8fc388c968 |
EUC-JP | ?湘伊h | 001111111011111011000101101100001100101101101000 | 3fbec5b0cb68 |
UTF-8 | 쒜湘伊h | 11101100100100101001110011100110101110011001100011100100101111001000101001101000 | ec929ce6b998e4bc8a68 |
UHC | 쒜湘伊h | 10111110101011101101111111001111111011001010010101101000 | beaedfcfeca568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)