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 | 鉋咲樺 | 111001111110111010001101111001111000101010010010 | e7ee8de78a92 |
EUC-JP | 鉋咲樺 | 111011101111000010111010111010011011001111110010 | eef0bae9b3f2 |
UTF-8 | 鉋咲樺 | 111010011000100110001011111001011001001010110010111001101010100010111010 | e9898be592b2e6a8ba |
UHC | ??樺 | 00111111001111111111101111111100 | 3f3ffbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)