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 | 円?“苒 | 10001001011111100011111110000001011001111110010010010010 | 897e3f8167e492 |
EUC-JP | 円?“苒 | 10110001110111110011111110100001110010001110011111110010 | b1df3fa1c8e7f2 |
UTF-8 | 円숈“苒 | 111001011000011010000110111011001000100010001000111000101000000010011100111010001000101110010010 | e58686ec8888e2809ce88b92 |
UHC | 円숈“苒 | 1110010111110111100110011110110010100001101100001110011011111110 | e5f799eca1b0e6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)