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 | 莎縁充蔬 | 1110010010110011100010011000111110001111010110111110010011110100 | e4b3898f8f5be4f4 |
EUC-JP | 莎縁充蔬 | 1110100010110101101100011110111110111101101111001110100011110110 | e8b5b1efbdbce8f6 |
UTF-8 | 莎縁充蔬 | 111010001000111010001110111001111011100010000001111001011000010110000101111010001001010010101100 | e88e8ee7b881e58585e894ac |
UHC | 莎?充蔬 | 11011110111011010011111111110101111101101110000111001010 | deed3ff5f6e1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)