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 | 痙幣眤樂 | 1110000101111010100101011011110011100001110000001001111011011001 | e17a95bce1c09ed9 |
EUC-JP | 痙幣眤樂 | 1110000111011011110010101011111011100010110000101101110011011011 | e1dbcabee2c2dcdb |
UTF-8 | 痙幣眤樂 | 111001111001011110011001111001011011100110100011111001111001110010100100111001101010100010000010 | e79799e5b9a3e79ca4e6a882 |
UHC | 痙幣?樂 | 11001100111000101111100011000111001111111110010011000101 | cce2f8c73fe4c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)