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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?梨齊 | 0011111110010111100111001110101010001110 | 3f979cea8e |
EUC-JP | ?梨齊 | 0011111111001101111111001111001111101110 | 3fcdfcf3ee |
UTF-8 | 뇬梨齊 | 111010111000011110101100111001101010001010101000111010011011110110001010 | eb87ace6a2a8e9bd8a |
UHC | 뇬梨齊 | 101101001010010011010111110111101111000010111010 | b4a4d7def0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)