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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 竣??h竣? | 1000111101110110001111110011111101101000100011110111011000111111 | 8f763f3f688f763f |
EUC-JP | 竣??h竣? | 1011110111010111001111110011111101101000101111011101011100111111 | bdd73f3f68bdd73f |
UTF-8 | 竣㏘짰h竣㏘ | 11100111101010111010001111100011100011111001100011101100101001111011000001101000111001111010101110100011111000111000111110011000 | e7aba3e38f98eca7b068e7aba3e38f98 |
UHC | 竣㏘짰h竣㏘ | 1111000111100010101000101110010011000010101011100110100011110001111000101010001011100100 | f1e2a2e4c2ae68f1e2a2e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)