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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???佾?? | 0011111100111111001111111000111110110000111110110011111100111111 | 3f3f3f8fb0fb3f3f |
UTF-8 | 琉삭뙣佾섆튂 | 111011111010011110001100111011001000001010101101111010111001100110100011111001001011110110111110111011001000010010000110111011011000101010000010 | efa78cec82adeb99a3e4bdbeec8486ed8a82 |
UHC | 琉삭뙣佾섆튂 | 111010111010010010111011111010001000110010101000111011001110101110011000111001001011100110011000 | eba4bbe88ca8eceb98e4b998 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)