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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 糢糜眇糢糜眇B | 11100010111101011110001011110100111000011011110111100010111101011110001011110100111000011011110101000010 | e2f5e2f4e1bde2f5e2f4e1bd42 |
EUC-JP | 糢糜眇糢糜眇B | 11100100111101111110010011110110111000101011111111100100111101111110010011110110111000101011111101000010 | e4f7e4f6e2bfe4f7e4f6e2bf42 |
UTF-8 | 糢糜眇糢糜眇B | 11100111101100111010001011100111101100111001110011100111100111001000011111100111101100111010001011100111101100111001110011100111100111001000011101000010 | e7b3a2e7b39ce79c87e7b3a2e7b39ce79c8742 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)