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 | 莪傑刊粳 | 1110010010101110100011001000011010001010101001111110001011101001 | e4ae8c868aa7e2e9 |
EUC-JP | 莪傑刊粳 | 1110100010110000101101111110011010110100101010011110010011101011 | e8b0b7e6b4a9e4eb |
UTF-8 | 莪傑刊粳 | 111010001000111010101010111001011000001010010001111001011000100010001010111001111011001010110011 | e88eaae58291e5888ae7b2b3 |
UHC | 莪傑刊粳 | 1110010010110101110010111111100011001010110010101100101111010111 | e4b5cbf8cacacbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)