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 | 邁ス鮟晄ソア | 111001111011000010111101111010011011101110011101111001101011111110110001 | e7b0bde9bb9de6bfb1 |
EUC-JP | 邁ス鮟晄ソア | 111011101011001010001110101111011111001010111101110110101110100010001110101111111000111010110001 | eeb28ebdf2bddae88ebf8eb1 |
UTF-8 | 邁ス鮟晄ソア | 111010011000001010000001111011111011110110111101111010011010111010011111111001101001100110000100111011111011110110111111111011111011110110110001 | e98281efbdbde9ae9fe69984efbdbfefbdb1 |
UHC | 邁?鮟晄?? | 110110001110010000111111111001001101010111111100110011010011111100111111 | d8e43fe4d5fccd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)