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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 烋牘稙牘 | 1110000001111101111000001010111111100010011001011110000010101111 | e07de0afe265e0af |
EUC-JP | 烋牘稙牘 | 1101111111011110111000001011000111100011110001101110000010110001 | dfdee0b1e3c6e0b1 |
UTF-8 | 烋牘稙牘 | 111001111000001110001011111001111000100110011000111001111010100010011001111001111000100110011000 | e7838be78998e7a899e78998 |
UHC | 烋牘稙牘 | 1111110111001110110101001011101011110010110000101101010010111010 | fdced4baf2c2d4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)