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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閻??猶?Ⅳ | 111010001000010100111111001111111001011101010000001111111000011101010111 | e8853f3f97503f8757 |
EUC-JP | 閻??猶?? | 1110111111100101001111110011111111001101101100010011111100111111 | efe53f3fcdb13f3f |
UTF-8 | 閻띻괜猶놅Ⅳ | 111010011001011010111011111010111001110110111011111010101011010010011100111001111000110010110110111010111000011010000101111000101000010110100011 | e996bbeb9dbbeab49ce78cb6eb8685e285a3 |
UHC | 閻띻괜猶놅Ⅳ | 111001111010001010001101111010101011000110100110111010111010001010000110111011111010010110110011 | e7a28deab1a6eba286efa5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)