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 | ?????К | 00111111001111110011111100111111001111111000010001001011 | 3f3f3f3f3f844b |
EUC-JP | 庾????К | 100011111011110011001110001111110011111100111111001111111010011110101100 | 8fbcce3f3f3f3fa7ac |
UTF-8 | 庾싲춶紐좊К | 1110010110111010101111101110110010001011101100101110110010110110101101101110111110100111100011111110110010100010100010101101000010011010 | e5babeec8bb2ecb6b6efa78feca28ad09a |
UHC | 庾싲춶紐좊К | 111010101110110010011010111010111010110110010010111010111010101010100000111010111010110010101100 | eaec9aebad92ebaaa0ebacac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)