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 | 漬攪? | 1001001011010000100111011001100000111111 | 92d09d983f |
EUC-JP | 漬攪? | 1100010011010010110110011111100000111111 | c4d2d9f83f |
UTF-8 | 漬攪렭 | 111001101011110010101100111001101001010010101010111010111010000010101101 | e6bcace694aaeba0ad |
UHC | 漬攪렭 | 111100101011000011001110111001101000111010111010 | f2b0cee68eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)