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 | 蠏帝スャ | 111001011011010110010010111010011011110110101100 | e5b592e9bdac |
EUC-JP | 蠏帝スャ | 1110101010110111110001001110101110001110101111011000111010101100 | eab7c4eb8ebd8eac |
UTF-8 | 蠏帝スャ | 111010001010000010001111111001011011100010011101111011111011110110111101111011111011110110101100 | e8a08fe5b89defbdbdefbdac |
UHC | ?帝?? | 0011111111110000101010000011111100111111 | 3ff0a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)