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 | 鋻ネンー | 1111101111011001110010001101110110110000 | fbd9c8ddb0 |
EUC-JP | 鋻ネンー | 100011111110010011010001100011101100100010001110110111011000111010110000 | 8fe4d18ec88edd8eb0 |
UTF-8 | 鋻ネンー | 111010011000101110111011111011111011111010001000111011111011111010011101111011111011110110110000 | e98bbbefbe88efbe9defbdb0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)