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 | 底??蠢 | 100100101110101000111111001111111110010110111111 | 92ea3f3fe5bf |
EUC-JP | 底??蠢 | 110001001110110000111111001111111110101011000001 | c4ec3f3feac1 |
UTF-8 | 底쾰샷蠢 | 111001011011101010010101111011001011111010110000111011001000001110110111111010001010000010100010 | e5ba95ecbeb0ec83b7e8a0a2 |
UHC | 底쾰샷蠢 | 1110111010111100110001001110101110111100101001101111000111100011 | eebcc4ebbca6f1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)