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 | ??申? | 0011111100111111100100000101110000111111 | 3f3f905c3f |
EUC-JP | 祜?申? | 10001111110100001101100000111111101111111011110100111111 | 8fd0d83fbfbd3f |
UTF-8 | 祜렦申렖 | 111001111010010110011100111010111010000010100110111001111001010010110011111010111010000010010110 | e7a59ceba0a6e794b3eba096 |
UHC | 祜렦申렖 | 1111101111010100100011101011010111100011111010011000111010101011 | fbd48eb5e3e98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)