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 | 佇經?縡 | 10011000110010001110001101010011001111111110001101110001 | 98c8e3533fe371 |
EUC-JP | 佇經?縡 | 11010000110010101110010110110100001111111110010111010010 | d0cae5b43fe5d2 |
UTF-8 | 佇經깅縡 | 111001001011110110000111111001111011011010010011111010101011100110000101111001111011100010100001 | e4bd87e7b693eab985e7b8a1 |
UHC | 佇經깅縡 | 1110111010110111110011001110100010110001111010111110111010101101 | eeb7cce8b1ebeead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)