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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謦薙序? | 11100110100100101001001111100011100011111001100000111111 | e69293e38f983f |
EUC-JP | 謦薙序寗 | 111010111111001011000110111001011011110111111000100011111011101011100000 | ebf2c6e5bdf88fbae0 |
UTF-8 | 謦薙序寗 | 111010001010110010100110111010001001011010011001111001011011101010001111111001011010111110010111 | e8aca6e89699e5ba8fe5af97 |
UHC | ??序寗 | 001111110011111111011111111011011101001010111100 | 3f3fdfedd2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)