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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 沅??沅??^ | 1000111111000110111010010011111100111111100011111100011011101001001111110011111101011110 | 8fc6e93f3f8fc6e93f3f5e |
UTF-8 | 沅룹콛沅룹콛^ | 11100110101100101000010111101011101000111011100111101100101111011001101111100110101100101000010111101011101000111011100111101100101111011001101101011110 | e6b285eba3b9ecbd9be6b285eba3b9ecbd9b5e |
UHC | 沅룹콛沅룹콛^ | 11101010101101101011011111101100101100011001010011101010101101101011011111101100101100011001010001011110 | eab6b7ecb194eab6b7ecb1945e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)