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 | 。ラィ鍈 | 1010000111010111101010001111101001011110 | a1d7a8fa5e |
EUC-JP | 。ラィ鍈 | 100011101010000110001110110101111000111010101000100011111110010011101001 | 8ea18ed78ea88fe4e9 |
UTF-8 | 。ラィ鍈 | 111011111011110110100001111011111011111010010111111011111011110110101000111010011000110110001000 | efbda1efbe97efbda8e98d88 |
UHC | ???鍈 | 0011111100111111001111111110011111001100 | 3f3f3fe7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)