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 | 辿側卒竪続 | 10010010010010001001000110100100100100011011001010010010010001111001000110110001 | 924891a491b2924791b1 |
EUC-JP | 辿側卒竪続 | 11000011101010011100001010100110110000101011010011000011101010001100001010110011 | c3a9c2a6c2b4c3a8c2b3 |
UTF-8 | 辿側卒竪続 | 111010001011111010111111111001011000000110110100111001011000110110010010111001111010101110101010111001111011011010011010 | e8bebfe581b4e58d92e7abaae7b69a |
UHC | ?側卒竪? | 0011111111110110101100001111000011101111111000101011010100111111 | 3ff6b0f0efe2b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)