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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 凜爾}凜爾{^ | 1110101010100011100011101010001001111101111010101010001110001110101000100111101101011110 | eaa38ea27deaa38ea27b5e |
EUC-JP | 凜爾}凜爾{^ | 1111010010100101101111001010010001111101111101001010010110111100101001000111101101011110 | f4a5bca47df4a5bca47b5e |
UTF-8 | 凜爾}凜爾{^ | 111001011000011110011100111001111000100010111110011111011110010110000111100111001110011110001000101111100111101101011110 | e5879ce788be7de5879ce788be7b5e |
UHC | 凜爾}凜爾{^ | 1101011111001111111011001011001101111101110101111100111111101100101100110111101101011110 | d7cfecb37dd7cfecb37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)