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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 竣???錚? | 1000111101110110001111110011111100111111111010000100001000111111 | 8f763f3f3fe8423f |
EUC-JP | 竣?珽?錚? | 10111101110101110011111110001111110010111111111000111111111011111010001100111111 | bdd73f8fcbfe3fefa33f |
UTF-8 | 竣렞珽렰錚렖 | 111001111010101110100011111010111010000010011110111001111000111110111101111010111010000010110000111010011000110010011010111010111010000010010110 | e7aba3eba09ee78fbdeba0b0e98c9aeba096 |
UHC | 竣렞珽렰錚렖 | 111100011110001010001110101011111110111111101010100011101011110111101110101101101000111010101011 | f1e28eafefea8ebdeeb68eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)