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 | ??¨? | 00111111001111111010100000111111 | 3f3fa83f |
SJIS-WIN | 円?¨? | 100010010111111000111111100000010100111000111111 | 897e3f814e3f |
EUC-JP | 円?¨庾 | 1011000111011111001111111010000110101111100011111011110011001110 | b1df3fa1af8fbcce |
UTF-8 | 円ㅻ¨庾 | 1110010110000110100001101110001110000101101110111100001010101000111001011011101010111110 | e58686e385bbc2a8e5babe |
UHC | 円ㅻ¨庾 | 1110010111110111101001001110101110100001101001111110101011101100 | e5f7a4eba1a7eaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)