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 | 吠o筧 | 100101100110100110000010100011111110001010101000 | 9669828fe2a8 |
EUC-JP | 吠o筧 | 110010111100101010100011111011111110010010101010 | cbcaa3efe4aa |
UTF-8 | 吠o筧 | 111001011001000010100000111011111011110110001111111001111010110110100111 | e590a0efbd8fe7ada7 |
UHC | 吠o? | 1111100011000101101000111110111100111111 | f8c5a3ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)