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 | 뤗菅뤗菅^ | 11101011101001001001011111101000100011111000010111101011101001001001011111101000100011111000010101011110 | eba497e88f85eba497e88f855e |
UHC | 뤗菅뤗菅^ | 100011111100011111001110101110011000111111000111110011101011100101011110 | 8fc7ceb98fc7ceb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)