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 | 霽?已? | 111010001100011100111111100110111101111100111111 | e8c73f9bdf3f |
EUC-JP | 霽?已? | 111100001100100100111111110101101110000100111111 | f0c93fd6e13f |
UTF-8 | 霽렢已띄 | 111010011001110010111101111010111010000010100010111001011011011110110010111010111001110110000100 | e99cbdeba0a2e5b7b2eb9d84 |
UHC | 霽렢已띄 | 1111000010111000100011101011001111101100101010111011011011100111 | f0b88eb3ecabb6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)