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 | ???L\ | 0011111100111111001111110100110001011100 | 3f3f3f4c5c |
SJIS-WIN | 亦??L\ | 100101101001001000111111001111110100110001011100 | 96923f3f4c5c |
EUC-JP | 亦??L\ | 110010111111001000111111001111110100110001011100 | cbf23f3f4c5c |
UTF-8 | 亦쇽풃L\ | 1110010010111010101001101110110010000111101111011110110110010010100000110100110001011100 | e4baa6ec87bded92834c5c |
UHC | 亦쇽풃L\ | 1110011010110010101111001110111110111110100010110100110001011100 | e6b2bcefbe8b4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)