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 | 邵樒ッゥ逅ィ | 111001111011100010011110111001111010111110101001111001111001000010101000 | e7b89ee7afa9e790a8 |
EUC-JP | 邵樒ッゥ逅ィ | 111011101011101011011100111010011000111010101111100011101010100111101101111100001000111010101000 | eebadce98eaf8ea9edf08ea8 |
UTF-8 | 邵樒ッゥ逅ィ | 111010011000001010110101111001101010100010010010111011111011110110101111111011111011110110101001111010011000000010000101111011111011110110101000 | e982b5e6a892efbdafefbda9e98085efbda8 |
UHC | 邵???逅? | 1110000111010000001111110011111100111111111111011011000100111111 | e1d03f3f3ffdb13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)