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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矗假シ鞘゙ | 1110000111011110100110001110111110111100100011111110001011011110 | e1de98efbc8fe2de |
EUC-JP | 矗假シ鞘゙ | 11100010111000001101000011110001100011101011110010111110111001001000111011011110 | e2e0d0f18ebcbee48ede |
UTF-8 | 矗假シ鞘゙ | 111001111001111110010111111001011000000110000111111011111011110110111100111010011001111010011000111011111011111010011110 | e79f97e58187efbdbce99e98efbe9e |
UHC | 矗假??? | 11110101101110001100101010100011001111110011111100111111 | f5b8caa33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)