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 | 奪族側誰遜 | 10010010010001001001000110110000100100011010010010010010010011101001000110111011 | 924491b091a4924e91bb |
EUC-JP | 奪族側誰遜 | 11000011101001011100001010110010110000101010011011000011101011111100001010111101 | c3a5c2b2c2a6c3afc2bd |
UTF-8 | 奪族側誰遜 | 111001011010010110101010111001101001011110001111111001011000000110110100111010001010101010110000111010011000000110011100 | e5a5aae6978fe581b4e8aab0e9819c |
UHC | 奪族側誰遜 | 11110111101011001111000011101001111101101011000011100010110000011110000111100001 | f7acf0e9f6b0e2c1e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)