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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?菅?菅^ | 00111111100100001001101100111111100100001001101101011110 | 3f909b3f909b5e |
EUC-JP | ?菅?菅^ | 00111111101111111111101100111111101111111111101101011110 | 3fbffb3fbffb5e |
UTF-8 | 뤐菅뤐菅^ | 11101011101001001001000011101000100011111000010111101011101001001001000011101000100011111000010101011110 | eba490e88f85eba490e88f855e |
UHC | 뤐菅뤐菅^ | 100011111100000011001110101110011000111111000000110011101011100101011110 | 8fc0ceb98fc0ceb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)