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 | 竺雉鄙 | 100011101011000111101000101100111110011110111111 | 8eb1e8b3e7bf |
EUC-JP | 竺雉鄙 | 101111001011001111110000101101011110111011000001 | bcb3f0b5eec1 |
UTF-8 | 竺雉鄙 | 111001111010101110111010111010011001101110001001111010011000010010011001 | e7abbae99b89e98499 |
UHC | 竺雉鄙 | 111101011110011111110110110010111101111010101001 | f5e7f6cbdea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)