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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴫式 | 1111001010101100100011101011000011110010101000011000111010101110 | f2ac8eb0f2a18eae |
EUC-JP | ?鴫?式 | 001111111011110010110010001111111011110010110000 | 3fbcb23fbcb0 |
UTF-8 | 鴫式 | 111011101000011110100011111010011011010010101011111011101000011110011000111001011011110010001111 | ee87a3e9b4abee8798e5bc8f |
UHC | ???式 | 0011111100111111001111111110001111010010 | 3f3f3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)