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 | ワォ茲ワォ茲^ | 110111001010101111100100101000101101110010101011111001001010001001011110 | dcabe4a2dcabe4a25e |
EUC-JP | ワォ茲ワォ茲^ | 10001110110111001000111010101011111010001010010010001110110111001000111010101011111010001010010001011110 | 8edc8eabe8a48edc8eabe8a45e |
UTF-8 | ワォ茲ワォ茲^ | 11101111101111101001110011101111101111011010101111101000100011001011001011101111101111101001110011101111101111011010101111101000100011001011001001011110 | efbe9cefbdabe88cb2efbe9cefbdabe88cb25e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)