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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 迺狗負G | 11100111100100101000101111100111100101011000100101000111 | e7928be7958947 |
EUC-JP | 迺狗負G | 11101101111100101011011011101001110010011110100101000111 | edf2b6e9c9e947 |
UTF-8 | 迺狗負G | 11101000101111111011101011100111100010111001011111101000101100101010000001000111 | e8bfbae78b97e8b2a047 |
UHC | ?狗負G | 001111111100111110110111110111011011011001000111 | 3fcfb7ddb647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)