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 | 脱担促奪存揃 | 100100100100010110010010010100111001000110100011100100100100010010010001101101101001000110110101 | 9245925391a3924491b691b5 |
EUC-JP | 脱担促奪存揃 | 110000111010011011000011101101001100001010100101110000111010010111000010101110001100001010110111 | c3a6c3b4c2a5c3a5c2b8c2b7 |
UTF-8 | 脱担促奪存揃 | 111010001000010010110001111001101000101110000101111001001011111110000011111001011010010110101010111001011010110110011000111001101000111110000011 | e884b1e68b85e4bf83e5a5aae5ad98e68f83 |
UHC | ??促奪存? | 001111110011111111110101101101011111011110101100111100001110110100111111 | 3f3ff5b5f7acf0ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)