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 | 髯ス蜩磯ュ | 1110100110011001101111011110010110010011100010001110100110101101 | e999bde59388e9ad |
EUC-JP | 髯ス蜩磯ュ | 11110001111110011000111010111101111010011111001110110000111010111000111010101101 | f1f98ebde9f3b0eb8ead |
UTF-8 | 髯ス蜩磯ュ | 111010011010101110101111111011111011110110111101111010001001110010101001111001111010001110101111111011111011110110101101 | e9abafefbdbde89ca9e7a3afefbdad |
UHC | ???磯? | 001111110011111100111111110100011011010000111111 | 3f3f3fd1b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)