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 | åBN}åBN{^ | 1110010110011100010000100100111001111101111001011001110001000010010011100111101101011110 | e59c424e7de59c424e7b5e |
SJIS-WIN | ??BN}??BN{^ | 0011111100111111010000100100111001111101001111110011111101000010010011100111101101011110 | 3f3f424e7d3f3f424e7b5e |
EUC-JP | å?BN}å?BN{^ | 100011111010101110101001001111110100001001001110011111011000111110101011101010010011111101000010010011100111101101011110 | 8faba93f424e7d8faba93f424e7b5e |
UTF-8 | åBN}åBN{^ | 110000111010010111000010100111000100001001001110011111011100001110100101110000101001110001000010010011100111101101011110 | c3a5c29c424e7dc3a5c29c424e7b5e |
UHC | ??BN}??BN{^ | 0011111100111111010000100100111001111101001111110011111101000010010011100111101101011110 | 3f3f424e7d3f3f424e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)