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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ラョ蓍BF | 1101011110101110111100001111101011100100111001110100001001000110 | d7aef0fae4e74246 |
EUC-JP | ラョ?蓍BF | 100011101101011110001110101011100011111111101000111010010100001001000110 | 8ed78eae3fe8e94246 |
UTF-8 | ラョ蓍BF | 1110111110111110100101111110111110111101101011101110111010000010101110011110100010010011100011010100001001000110 | efbe97efbdaeee82b9e8938d4246 |
UHC | ???蓍BF | 00111111001111110011111111100011110010010100001001000110 | 3f3f3fe3c94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)