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 | ?胃??胃?^ | 001111111000100011011101001111110011111110001000110111010011111101011110 | 3f88dd3f3f88dd3f5e |
EUC-JP | ?胃??胃?^ | 001111111011000011011111001111110011111110110000110111110011111101011110 | 3fb0df3f3fb0df3f5e |
UTF-8 | 롍胃렯롍胃렯^ | 11101011101000011000110111101000100000111000001111101011101000001010111111101011101000011000110111101000100000111000001111101011101000001010111101011110 | eba18de88383eba0afeba18de88383eba0af5e |
UHC | 롍胃렯롍胃렯^ | 10001110110100111110101011010110100011101011110010001110110100111110101011010110100011101011110001011110 | 8ed3ead68ebc8ed3ead68ebc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)