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 | 昻??揄??^ | 111110101101000000111111001111111001110110001001001111110011111101011110 | fad03f3f9d893f3f5e |
EUC-JP | ???揄??^ | 0011111100111111001111111101100111101001001111110011111101011110 | 3f3f3fd9e93f3f5e |
UTF-8 | 昻뉗땵揄먭쉠^ | 11100110100110001011101111101011100010011001011111101011100101011011010111100110100011111000010011101011101010001010110111101100100010011010000001011110 | e698bbeb8997eb95b5e68f84eba8adec89a05e |
UHC | 昻뉗땵揄먭쉠^ | 11100100111010011000011111101100100010111000101111101010111100011001000011101010101111011010101001011110 | e4e987ec8b8beaf190eabdaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)