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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 郤¥舟 | 111001111011101010000001100011111000111101001101 | e7ba818f8f4d |
EUC-JP | 郤¥舟 | 111011101011110010100001111011111011110110101110 | eebca1efbdae |
UTF-8 | 郤¥舟 | 111010011000001110100100111011111011111110100101111010001000100010011111 | e983a4efbfa5e8889f |
UHC | ?¥舟 | 0011111110100001110011011111000111000111 | 3fa1cdf1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)