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 | 燿??節η? | 111000001010000000111111001111111001000011011111100000111100010100111111 | e0a03f3f90df83c53f |
EUC-JP | 燿??節η? | 111000001010001000111111001111111100000011100001101001101100011100111111 | e0a23f3fc0e1a6c73f |
UTF-8 | 燿댐슨節η뾿 | 1110011110000111101111111110101110001100100100001110110010001010101010001110011110101111100000001100111010110111111010111011111010111111 | e787bfeb8c90ec8aa8e7af80ceb7ebbebf |
UHC | 燿댐슨節η뾿 | 111010001111110010110100111011111011110110111100111011111011110110100101111001111001011110000111 | e8fcb4efbdbcefbda5e79787 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)