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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉚コ蝓滉゚ | 1110011111110100101110101110010110011111100111111110010011011111 | e7f4bae59f9fe4df |
EUC-JP | 鉚コ蝓滉゚ | 11101110111101101000111010111010111010101010000111011110111001101000111011011111 | eef68ebaeaa1dee68edf |
UTF-8 | 鉚コ蝓滉゚ | 111010011000100110011010111011111011110110111010111010001001110110010011111001101011101110001001111011111011111010011111 | e9899aefbdbae89d93e6bb89efbe9f |
UHC | ???滉? | 001111110011111100111111111111001101000100111111 | 3f3f3ffcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)