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 | 10010010010001101001001001011100100100011011010001101011 | 9246925c91b46b |
EUC-JP | 巽箪其k | 11000011101001111100001110111101110000101011011001101011 | c3a7c3bdc2b66b |
UTF-8 | 巽箪其k | 11100101101101111011110111100111101011101010101011100101100001011011011001101011 | e5b7bde7aeaae585b66b |
UHC | 巽?其k | 111000011101111000111111110100001110110001101011 | e1de3fd0ec6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)