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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 潴笋潴笋^ | 111000000110101111100010101000101110000001101011111000101010001001011110 | e06be2a2e06be2a25e |
EUC-JP | 潴笋潴笋^ | 110111111100110011100100101001001101111111001100111001001010010001011110 | dfcce4a4dfcce4a45e |
UTF-8 | 潴笋潴笋^ | 11100110101111011011010011100111101011001000101111100110101111011011010011100111101011001000101101011110 | e6bdb4e7ac8be6bdb4e7ac8b5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)