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 | ç߰駹 | 111001111101111110110000111010011010011110111001 | e7dfb0e9a7b9 |
SJIS-WIN | ??°?§? | 0011111100111111100000011000101100111111100000011001100000111111 | 3f3f818b3f81983f |
EUC-JP | çß°é§? | 1000111110101011101011101000111110101001110011101010000111101011100011111010101110110001101000011111100000111111 | 8fabae8fa9cea1eb8fabb1a1f83f |
UTF-8 | ç߰駹 | 110000111010011111000011100111111100001010110000110000111010100111000010101001111100001010111001 | c3a7c39fc2b0c3a9c2a7c2b9 |
UHC | ?ß°?§¹ | 00111111101010011010110010100001110001100011111110100001110101111010100111110110 | 3fa9aca1c63fa1d7a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)