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 | 揄??揄??^ | 100111011000100100111111001111111001110110001001001111110011111101011110 | 9d893f3f9d893f3f5e |
EUC-JP | 揄??揄??^ | 110110011110100100111111001111111101100111101001001111110011111101011110 | d9e93f3fd9e93f3f5e |
UTF-8 | 揄잙뙲揄잛뼞^ | 11100110100011111000010011101100100111101001100111101011100110011011001011100110100011111000010011101100100111101001101111101011101111001001111001011110 | e68f84ec9e99eb99b2e68f84ec9e9bebbc9e5e |
UHC | 揄잙뙲揄잛뼞^ | 11101010111100011001111111101011100011001011010111101010111100011001111111101100100101101010000101011110 | eaf19feb8cb5eaf19fec96a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)