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 | 章??節?? | 1000111111001101001111110011111110010000110111110011111100111111 | 8fcd3f3f90df3f3f |
EUC-JP | 章??節?œ | 10111110110011110011111100111111110000001110000100111111100011111010100111001101 | becf3f3fc0e13f8fa9cd |
UTF-8 | 章뀐풌節닸œ | 1110011110101011101000001110101110000000100100001110110110010010100011001110011110101111100000001110101110001011101110001100010110010011 | e7aba0eb8090ed928ce7af80eb8bb8c593 |
UHC | 章뀐풌節닸œ | 111011011111000110110010111011111011111010010001111011111011110110110100111001101010100110101011 | edf1b2efbe91efbdb4e6a9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)