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 | 痙幣眤碆 | 1110000101111010100101011011110011100001110000001110000111101100 | e17a95bce1c0e1ec |
EUC-JP | 痙幣眤碆 | 1110000111011011110010101011111011100010110000101110001011101110 | e1dbcabee2c2e2ee |
UTF-8 | 痙幣眤碆 | 111001111001011110011001111001011011100110100011111001111001110010100100111001111010001010000110 | e79799e5b9a3e79ca4e7a286 |
UHC | 痙幣?? | 110011001110001011111000110001110011111100111111 | cce2f8c73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)