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 | 鰲k?猥??^ | 11101001111000001000001010001011001111111110000011001110001111110011111101011110 | e9e0828b3fe0ce3f3f5e |
EUC-JP | 鰲k?猥??^ | 11110010111000101010001111101011001111111110000011010000001111110011111101011110 | f2e2a3eb3fe0d03f3f5e |
UTF-8 | 鰲k젣猥띾젚^ | 11101001101100001011001011101111101111011000101111101100101000001010001111100111100011001010010111101011100111011011111011101100101000001001101001011110 | e9b0b2efbd8beca0a3e78ca5eb9dbeeca09a5e |
UHC | 鰲k젣猥띾젚^ | 11101000101001111010001111101011101000001001110011101000111001011000110111101011101000001001011001011110 | e8a7a3eba09ce8e58deba0965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)