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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?釐?] | 0011111111100111110110000011111101011101 | 3fe7d83f5d |
EUC-JP | ?釐?] | 0011111111101110110110100011111101011101 | 3feeda3f5d |
UTF-8 | 룵釐㈒] | 11101011101000111011010111101001100001111001000011100011100010001001001001011101 | eba3b5e98790e388925d |
UHC | 룵釐㈒] | 10001111101010101101011111101101101010011100001101011101 | 8faad7eda9c35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)