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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 貉ソ迢取B | 11100110101110011011111111100111100010111000111011100110111101011001010001000010 | e6b9bfe78b8ee6f59442 |
EUC-JP | 貉ソ迢取?B | 11101100101110111000111010111111111011011110101110111100111010000011111101000010 | ecbb8ebfedebbce83f42 |
UTF-8 | 貉ソ迢取B | 11101000101100101000100111101111101111011011111111101000101111111010001011100101100011111001011011101110100011111011111101000010 | e8b289efbdbfe8bfa2e58f96ee8fbf42 |
UHC | ???取?B | 00111111001111110011111111110110101000100011111101000010 | 3f3f3ff6a23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)