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 | ?o?一?? | 0011111110000010100011110011111110001000111010100011111100111111 | 3f828f3f88ea3f3f |
EUC-JP | 渶o?一?? | 10001111110001111110110110100011111011110011111110110000111011000011111100111111 | 8fc7eda3ef3fb0ec3f3f |
UTF-8 | 渶o퐢一븅뇡 | 111001101011100010110110111011111011110110001111111011011001000010100010111001001011100010000000111010111011100010000101111010111000011110100001 | e6b8b6efbd8fed90a2e4b880ebb885eb87a1 |
UHC | 渶o퐢一븅뇡 | 111001111011011110100011111011111011110110001011111011001110100110111010111010011000011110001001 | e7b7a3efbd8bece9bae98789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)