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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 髫懷ー樒。シ^ | 11101001100110101001110011100101101100001001111011100111101000011011110001011110 | e99a9ce5b09ee7a1bc5e |
EUC-JP | 髫懷ー樒。シ^ | 11110001111110101101100011100111100011101011000011011100111010011000111010100001100011101011110001011110 | f1fad8e78eb0dce98ea18ebc5e |
UTF-8 | 髫懷ー樒。シ^ | 11101001101010111010101111100110100001111011011111101111101111011011000011100110101010001001001011101111101111011010000111101111101111011011110001011110 | e9ababe687b7efbdb0e6a892efbda1efbdbc5e |
UHC | ?懷????^ | 0011111111111100111000110011111100111111001111110011111101011110 | 3ffce33f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)