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 | コヘ貉コヘ貉^ | 101110101100110111100110101110011011101011001101111001101011100101011110 | bacde6b9bacde6b95e |
EUC-JP | コヘ貉コヘ貉^ | 10001110101110101000111011001101111011001011101110001110101110101000111011001101111011001011101101011110 | 8eba8ecdecbb8eba8ecdecbb5e |
UTF-8 | コヘ貉コヘ貉^ | 11101111101111011011101011101111101111101000110111101000101100101000100111101111101111011011101011101111101111101000110111101000101100101000100101011110 | efbdbaefbe8de8b289efbdbaefbe8de8b2895e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)