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 | 邊ォ謇倶抦陝 | 1110011110110010101010111110011010001001100010111110010011111010110010001110100010011111 | e7b2abe6898be4fac8e89f |
EUC-JP | 邊ォ謇倶抦陝 | 11101110101101001000111010101011111010111110100110110110111001101000111110111111110010011111000010100001 | eeb48eabebe9b6e68fbfc9f0a1 |
UTF-8 | 邊ォ謇倶抦陝 | 111010011000001010001010111011111011110110101011111010001010110010000111111001011000000010110110111001101000101010100110111010011001100110011101 | e9828aefbdabe8ac87e580b6e68aa6e9999d |
UHC | 邊????陝 | 1101110010101011001111110011111100111111001111111110000011101101 | dcab3f3f3f3fe0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)