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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ャイ] | 1111001010111111101011001011001001011101 | f2bfacb25d |
EUC-JP | ?ャイ] | 001111111000111010101100100011101011001001011101 | 3f8eac8eb25d |
UTF-8 | ャイ] | 11101110100001111011011011101111101111011010110011101111101111011011001001011101 | ee87b6efbdacefbdb25d |
UHC | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)