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?揄??^ | 001111111000001010001011001111111001110110001001001111110011111101011110 | 3f828b3f9d893f3f5e |
EUC-JP | 渶k?揄??^ | 1000111111000111111011011010001111101011001111111101100111101001001111110011111101011110 | 8fc7eda3eb3fd9e93f3f5e |
UTF-8 | 渶k뿀揄먭쉠^ | 11100110101110001011011011101111101111011000101111101011101111111000000011100110100011111000010011101011101010001010110111101100100010011010000001011110 | e6b8b6efbd8bebbf80e68f84eba8adec89a05e |
UHC | 渶k뿀揄먭쉠^ | 11100111101101111010001111101011100101111000100011101010111100011001000011101010101111011010101001011110 | e7b7a3eb9788eaf190eabdaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)