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 | 凞鴫ユィ | 1111101101011000100011101011000011110000101010101101010110101000 | fb588eb0f0aad5a8 |
EUC-JP | ?鴫?ユィ | 0011111110111100101100100011111110001110110101011000111010101000 | 3fbcb23f8ed58ea8 |
UTF-8 | 凞鴫ユィ | 111011111010100010010101111010011011010010101011111011101000000110101001111011111011111010010101111011111011110110101000 | efa895e9b4abee81a9efbe95efbda8 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)