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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 罟ロルラモ瑕 | 1110001110101000110110111101100111010111110100111110000011101010 | e3a8dbd9d7d3e0ea |
EUC-JP | 罟ロルラモ瑕 | 111001101010101010001110110110111000111011011001100011101101011110001110110100111110000011101100 | e6aa8edb8ed98ed78ed3e0ec |
UTF-8 | 罟ロルラモ瑕 | 111001111011110110011111111011111011111010011011111011111011111010011001111011111011111010010111111011111011111010010011111001111001000110010101 | e7bd9fefbe9befbe99efbe97efbe93e79195 |
UHC | ?????瑕 | 00111111001111110011111100111111001111111111100111000010 | 3f3f3f3f3ff9c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)