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 | 膵э就菴 | 1110010001011000100001001000111110001111010000011110010010111101 | e458848f8f41e4bd |
EUC-JP | 膵э就菴 | 1110011110111001101001111110111110111101101000101110100010111111 | e7b9a7efbda2e8bf |
UTF-8 | 膵э就菴 | 1110100010000110101101011101000110001101111001011011000010110001111010001000111110110100 | e886b5d18de5b0b1e88fb4 |
UHC | 膵э就菴 | 1111010111111101101011001110111111110110101001101110010011100000 | f5fdaceff6a6e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)