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 | 樽其続多 | 1001001001001101100100011011010010010001101100011001000110111101 | 924d91b491b191bd |
EUC-JP | 樽其続多 | 1100001110101110110000101011011011000010101100111100001010111111 | c3aec2b6c2b3c2bf |
UTF-8 | 樽其続多 | 111001101010100010111101111001011000010110110110111001111011011010011010111001011010010010011010 | e6a8bde585b6e7b69ae5a49a |
UHC | 樽其?多 | 11110001110111001101000011101100001111111101001011111101 | f1dcd0ec3fd2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)