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 | ?®???? | 001111111010111000111111001111110011111100111111 | 3fae3f3f3f3f |
SJIS-WIN | 張??畏?? | 1001001010100011001111110011111110001000110110000011111100111111 | 92a33f3f88d83f3f |
EUC-JP | 張®?畏?? | 11000100101001011000111110100010111011100011111110110000110110100011111100111111 | c4a58fa2ee3fb0da3f3f |
UTF-8 | 張®즯畏녻춼 | 1110010110111100101101011100001010101110111011001010011010101111111001111001010110001111111010111000010110111011111011001011011010111100 | e5bcb5c2aeeca6afe7958feb85bbecb6bc |
UHC | 張®즯畏녻춼 | 111011011110010110100010111001111010001110000001111010001110011010000110111010001010110110011000 | ede5a2e7a381e8e686e8ad98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)