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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辰叩狸瘋 | 1001001001000011100100100100000010010010010010111110000110000110 | 92439240924be186 |
EUC-JP | 辰叩狸瘋 | 1100001110100100110000111010000111000011101011001110000111100110 | c3a4c3a1c3ace1e6 |
UTF-8 | 辰叩狸瘋 | 111010001011111010110000111001011000111110101001111001111000101110111000111001111001100010001011 | e8beb0e58fa9e78bb8e7988b |
UHC | 辰叩狸? | 11110010111000111100110110110000110101111110000100111111 | f2e3cdb0d7e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)