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 | 踝卓牟粡 | 1110011011110100100100011110110010010110101101001110001011100111 | e6f491ec96b4e2e7 |
EUC-JP | 踝卓牟粡 | 1110110011110110110000101110111011001100101101101110010011101001 | ecf6c2eeccb6e4e9 |
UTF-8 | 踝卓牟粡 | 111010001011100010011101111001011000110110010011111001111000100110011111111001111011001010100001 | e8b89de58d93e7899fe7b2a1 |
UHC | ?卓牟? | 001111111111011011110001110110011011111100111111 | 3ff6f1d9bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)