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 | 吟?瀞??? | 1000101111100001001111111001001111010010001111110011111100111111 | 8be13f93d23f3f3f |
EUC-JP | 吟?瀞??勖 | 10110110111000110011111111000110110101000011111100111111100011111011001111101101 | b6e33fc6d43f3f8fb3ed |
UTF-8 | 吟렞瀞펫횅勖 | 111001011001000010011111111010111010000010011110111001111000000010011110111011011000111010101011111011011001101010000101111001011000101110010110 | e5909feba09ee7809eed8eabed9a85e58b96 |
UHC | 吟렞瀞펫횅勖 | 111010111110000110001110101011111110111111100111110001101110101011001000101101111110100111101101 | ebe18eafefe7c6eac8b7e9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)