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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ?母?k | 0011111110010101111010100011111101101011 | 3f95ea3f6b |
EUC-JP | ?母?k | 0011111111001010111011000011111101101011 | 3fcaec3f6b |
UTF-8 | 뤲母풍k | 11101011101001001011001011100110101011111000110111101101100100101000110101101011 | eba4b2e6af8ded928d6b |
UHC | 뤲母풍k | 10001111111000001101100110111101110001111011001101101011 | 8fe0d9bdc7b36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)