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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??坎??B | 00111111001111111001101010101010001111110011111101000010 | 3f3f9aaa3f3f42 |
EUC-JP | ??坎??B | 00111111001111111101010010101100001111110011111101000010 | 3f3fd4ac3f3f42 |
UTF-8 | 렭뤗坎틣핌B | 11101011101000001010110111101011101001001001011111100101100111011000111011101101100010111010001111101101100101011000110001000010 | eba0adeba497e59d8eed8ba3ed958c42 |
UHC | 렭뤗坎틣핌B | 1000111010111010100011111100011111001010111011001011101010001111110001111100101101000010 | 8eba8fc7caecba8fc7cb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)