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 | 吟?瀞?? | 10001011111000010011111110010011110100100011111100111111 | 8be13f93d23f3f |
EUC-JP | 吟?瀞?? | 10110110111000110011111111000110110101000011111100111111 | b6e33fc6d43f3f |
UTF-8 | 吟렞瀞펫횅 | 111001011001000010011111111010111010000010011110111001111000000010011110111011011000111010101011111011011001101010000101 | e5909feba09ee7809eed8eabed9a85 |
UHC | 吟렞瀞펫횅 | 11101011111000011000111010101111111011111110011111000110111010101100100010110111 | ebe18eafefe7c6eac8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)