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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 帥???竪 | 10010000100000110011111100111111001111111001001001000111 | 90833f3f3f9247 |
EUC-JP | 帥???竪 | 10111111111000110011111100111111001111111100001110101000 | bfe33f3f3fc3a8 |
UTF-8 | 帥럐뗨딞竪 | 111001011011100010100101111010111001111110010000111010111001011110101000111010111001010010011110111001111010101110101010 | e5b8a5eb9f90eb97a8eb949ee7abaa |
UHC | 帥럐뗨딞竪 | 11100001111111011000111001101101100010111110100010001011010000011110001010110101 | e1fd8e6d8be88b41e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)