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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ラョ | 111100101011001111110010101001111101011110101110 | f2b3f2a7d7ae |
EUC-JP | ??ラョ | 001111110011111110001110110101111000111010101110 | 3f3f8ed78eae |
UTF-8 | ラョ | 111011101000011110101010111011101000011110011110111011111011111010010111111011111011110110101110 | ee87aaee879eefbe97efbdae |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)