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 | 竣?程? | 100011110111011000111111100100101111011000111111 | 8f763f92f63f |
EUC-JP | 竣?程? | 101111011101011100111111110001001111100000111111 | bdd73fc4f83f |
UTF-8 | 竣렦程렔 | 111001111010101110100011111010111010000010100110111001111010100010001011111010111010000010010100 | e7aba3eba0a6e7a88beba094 |
UHC | 竣렦程렔 | 1111000111100010100011101011010111101111111011111000111010101001 | f1e28eb5efef8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)