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 | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | ?菅k | 00111111100100001001101101101011 | 3f909b6b |
EUC-JP | ?菅k | 00111111101111111111101101101011 | 3fbffb6b |
UTF-8 | 뤐菅k | 11101011101001001001000011101000100011111000010101101011 | eba490e88f856b |
UHC | 뤐菅k | 1000111111000000110011101011100101101011 | 8fc0ceb96b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)