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 | 雎ク謔滓シォ | 111010001011000110111000111001101000001010011111111001101011110010101011 | e8b1b8e6829fe6bcab |
EUC-JP | 雎ク謔滓シォ | 111100001011001110001110101110001110101111100010110111101110100010001110101111001000111010101011 | f0b38eb8ebe2dee88ebc8eab |
UTF-8 | 雎ク謔滓シォ | 111010011001101110001110111011111011110110111000111010001010110010010100111001101011101110010011111011111011110110111100111011111011110110101011 | e99b8eefbdb8e8ac94e6bb93efbdbcefbdab |
UHC | 雎?謔滓?? | 111011101101000100111111111110011100110011101110101010110011111100111111 | eed13ff9cceeab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)