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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辿側卒竪卒 | 10010010010010001001000110100100100100011011001010010010010001111001000110110010 | 924891a491b2924791b2 |
EUC-JP | 辿側卒竪卒 | 11000011101010011100001010100110110000101011010011000011101010001100001010110100 | c3a9c2a6c2b4c3a8c2b4 |
UTF-8 | 辿側卒竪卒 | 111010001011111010111111111001011000000110110100111001011000110110010010111001111010101110101010111001011000110110010010 | e8bebfe581b4e58d92e7abaae58d92 |
UHC | ?側卒竪卒 | 001111111111011010110000111100001110111111100010101101011111000011101111 | 3ff6b0f0efe2b5f0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)