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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??傘莎? | 00111111001111111000111001010000111001001011001100111111 | 3f3f8e50e4b33f |
EUC-JP | ??傘莎? | 00111111001111111011101110110001111010001011010100111111 | 3f3fbbb1e8b53f |
UTF-8 | 룶沈傘莎◐ | 111010111010001110110110111011111010010110110010111001011000001010011000111010001000111010001110111000101001011110010000 | eba3b6efa5b2e58298e88e8ee29790 |
UHC | 룶沈傘莎◐ | 10001111101010111110010010100001110111111010000111011110111011011010001011000100 | 8fabe4a1dfa1deeda2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)