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 | ??g? | 00111111001111110110011100111111 | 3f3f673f |
SJIS-WIN | 螂ェg霎 | 111001011010010110101010011001111110100010111110 | e5a5aa67e8be |
EUC-JP | 螂ェg霎 | 11101010101001111000111010101010011001111111000011000000 | eaa78eaa67f0c0 |
UTF-8 | 螂ェg霎 | 11101000100111101000001011101111101111011010101001100111111010011001110010001110 | e89e82efbdaa67e99c8e |
UHC | 螂?g? | 1101010111001100001111110110011100111111 | d5cc3f673f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)