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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀?、??? | 1110011110110001001111111000000101000001001111110011111100111111 | e7b13f81413f3f3f |
EUC-JP | 邀?、??? | 1110111010110011001111111010000110100010001111110011111100111111 | eeb33fa1a23f3f3f |
UTF-8 | 邀싲、杻⒴쯄 | 111010011000001010000000111011001000101110110010111000111000000010000001111011111010011110001000111000101001001010110100111011001010111110000100 | e98280ec8bb2e38081efa788e292b4ecaf84 |
UHC | 邀싲、杻⒴쯄 | 111010011010110110011010111010111010000110100010111010101111010010101001111001011010100010100000 | e9ad9aeba1a2eaf4a9e5a8a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)