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 | ?曉?撲 | 001111111001110111111010001111111001011001101111 | 3f9dfa3f966f |
EUC-JP | ?曉暻撲 | 0011111111011010111111001000111111000010110111011100101111010000 | 3fdafc8fc2ddcbd0 |
UTF-8 | 뤗曉暻撲 | 111010111010010010010111111001101001101110001001111001101001101010111011111001101001001010110010 | eba497e69b89e69abbe692b2 |
UHC | 뤗曉暻撲 | 1000111111000111111111001111101111001100110110011101101011010010 | 8fc7fcfbccd9dad2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)