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 | 韶碑ご蕣 | 1110100011101110100101001110100010000010101100101110010011111010 | e8ee94e882b2e4fa |
EUC-JP | 韶碑ご蕣 | 1111000011110000110010001110101010100100101101001110100011111100 | f0f0c8eaa4b4e8fc |
UTF-8 | 韶碑ご蕣 | 111010011001111110110110111001111010001010010001111000111000000110010100111010001001010110100011 | e99fb6e7a291e38194e895a3 |
UHC | 韶碑ご蕣 | 1110000111010010110111011111100010101010101101001110001011110010 | e1d2ddf8aab4e2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)