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 | 횪횒혷횎혺횥 | 111011011001101010101010111011011001101010010010111011011001100010110111111011011001101010001110111011011001100010111010111011011001101010100101 | ed9aaaed9a92ed98b7ed9a8eed98baed9aa5 |
UHC | 횪횒혷횎혺횥 | 110000111010000011000011100011011100001010011110110000111000101011000010100111111100001110011100 | c3a0c38dc29ec38ac29fc39c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)