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 | 銕企囂蠕 | 1110011111101100100010101110100110011010100011111110010110111110 | e7ec8ae99a8fe5be |
EUC-JP | 銕企囂蠕 | 1110111011101110101101001110101111010011111011111110101011000000 | eeeeb4ebd3efeac0 |
UTF-8 | 銕企囂蠕 | 111010011000101010010101111001001011110010000001111001011001101110000010111010001010000010010101 | e98a95e4bc81e59b82e8a095 |
UHC | ?企?? | 0011111111010000111010100011111100111111 | 3fd0ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)