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 | ???亦?沚^ | 001111110011111100111111100101101001001000111111100111111000110101011110 | 3f3f3f96923f9f8d5e |
EUC-JP | ???亦?沚^ | 001111110011111100111111110010111111001000111111110111011110110101011110 | 3f3f3fcbf23fdded5e |
UTF-8 | 렟롁렳亦롁沚^ | 11101011101000001001111111101011101000011000000111101011101000001011001111100100101110101010011011101011101000011000000111100110101100101001101001011110 | eba09feba181eba0b3e4baa6eba181e6b29a5e |
UHC | 렟롁렳亦롁沚^ | 10001110101100001000111011001000100011101100000011100110101100101000111011001000111100101010111101011110 | 8eb08ec88ec0e6b28ec8f2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)