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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 侄?????^ | 100011111011000011111110001111110011111100111111001111110011111101011110 | 8fb0fe3f3f3f3f3f5e |
UTF-8 | 侄렧뤷熉렔섹^ | 11100100101111101000010011101011101000001010011111101011101001001011011111100111100001101000100111101011101000001001010011101100100001001011100101011110 | e4be84eba0a7eba4b7e78689eba094ec84b95e |
UHC | 侄렧뤷熉렔섹^ | 11110010111010011000111010110110100011111110010111101001111110111000111010101001101111001011110101011110 | f2e98eb68fe5e9fb8ea9bcbd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)