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 | 迂???? | 100010010100100100111111001111110011111100111111 | 89493f3f3f3f |
EUC-JP | 迂???? | 101100011010101000111111001111110011111100111111 | b1aa3f3f3f3f |
UTF-8 | 迂펫렮띕렖 | 111010001011111110000010111011011000111010101011111010111010000010101110111010111001110110010101111010111010000010010110 | e8bf82ed8eabeba0aeeb9d95eba096 |
UHC | 迂펫렮띕렖 | 11101001111001101100011011101010100011101011101110110110111010111000111010101011 | e9e6c6ea8ebbb6eb8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)