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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 챦첵챗횄횠횤 | 111011001011000110100110111011001011001010110101111011001011000110010111111011011001101010000100111011011001101010100000111011011001101010100100 | ecb1a6ecb2b5ecb197ed9a84ed9aa0ed9aa4 |
UHC | 챦첵챗횄횠횤 | 110000111010111111000011101111011100001110101010110000111000001111000011100110001100001110011011 | c3afc3bdc3aac383c398c39b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)