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 | 瀅??衡 | 111110110100111000111111001111111000110101110100 | fb4e3f3f8d74 |
EUC-JP | 瀅??衡 | 10001111110010011010101100111111001111111011100111010101 | 8fc9ab3f3fb9d5 |
UTF-8 | 瀅싵뼅衡 | 111001111000000010000101111011001000101110110101111010111011110010000101111010001010000110100001 | e78085ec8bb5ebbc85e8a1a1 |
UHC | 瀅싵뼅衡 | 1111101110100100100110101110111010010110100011111111101110101100 | fba49aee968ffbac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)