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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?渦棲 | 0011111110001001010100011001000010110001 | 3f895190b1 |
EUC-JP | ?渦棲 | 0011111110110001101100101100000010110011 | 3fb1b2c0b3 |
UTF-8 | 樂渦棲 | 111011111010011010111111111001101011100010100110111001101010001110110010 | efa6bfe6b8a6e6a3b2 |
UHC | 樂渦棲 | 111010001111100111101000101111101101111111111000 | e8f9e8bedff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)