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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | コヨhコヨ | 1011101011010110011010001011101011010110 | bad668bad6 |
EUC-JP | コヨhコヨ | 100011101011101010001110110101100110100010001110101110101000111011010110 | 8eba8ed6688eba8ed6 |
UTF-8 | コヨhコヨ | 11101111101111011011101011101111101111101001011001101000111011111011110110111010111011111011111010010110 | efbdbaefbe9668efbdbaefbe96 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)