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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逶咲椽 | 111001111001101110001101111001111001111010111011 | e79b8de79ebb |
EUC-JP | 逶咲椽 | 111011011111101110111010111010011101110010111101 | edfbbae9dcbd |
UTF-8 | 逶咲椽 | 111010011000000010110110111001011001001010110010111001101010010010111101 | e980b6e592b2e6a4bd |
UHC | ??椽 | 00111111001111111110011011001011 | 3f3fe6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)