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 | 膊雁職 | 111001000100110110001010111001011001000001000101 | e44d8ae59045 |
EUC-JP | 膊雁職 | 111001111010111010110100111001111011111110100110 | e7aeb4e7bfa6 |
UTF-8 | 膊雁職 | 111010001000011010001010111010011001101110000001111010001000000110110111 | e8868ae99b81e881b7 |
UHC | 膊雁職 | 110110101101101111100100110100101111001011000101 | dadbe4d2f2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)