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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 苟器臭P | 11100100100100011000101011101101100011110100110001010000 | e4918aed8f4c50 |
EUC-JP | 苟器臭P | 11100111111100011011010011101111101111011010110101010000 | e7f1b4efbdad50 |
UTF-8 | 苟器臭P | 11101000100010111001111111100101100110011010100011101000100001111010110101010000 | e88b9fe599a8e887ad50 |
UHC | 苟器臭P | 11001111110000101101000011101111111101101010101101010000 | cfc2d0eff6ab50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)