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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??申??? | 00111111001111111001000001011100001111110011111100111111 | 3f3f905c3f3f3f |
EUC-JP | 祜?申?勖? | 1000111111010000110110000011111110111111101111010011111110001111101100111110110100111111 | 8fd0d83fbfbd3f8fb3ed3f |
UTF-8 | 祜렍申렒勖렑 | 111001111010010110011100111010111010000010001101111001111001010010110011111010111010000010010010111001011000101110010110111010111010000010010001 | e7a59ceba08de794b3eba092e58b96eba091 |
UHC | 祜렍申렒勖렑 | 111110111101010010001110101000111110001111101001100011101010011111101001111011011000111010100110 | fbd48ea3e3e98ea7e9ed8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)