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 | 炭続樽樽 | 1001001001011001100100011011000110010010010011011001001001001101 | 925991b1924d924d |
EUC-JP | 炭続樽樽 | 1100001110111010110000101011001111000011101011101100001110101110 | c3bac2b3c3aec3ae |
UTF-8 | 炭続樽樽 | 111001111000001010101101111001111011011010011010111001101010100010111101111001101010100010111101 | e782ade7b69ae6a8bde6a8bd |
UHC | 炭?樽樽 | 11110111101010010011111111110001110111001111000111011100 | f7a93ff1dcf1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)