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 | 吟렞瀞펠볕 | 111001011001000010011111111010111010000010011110111001111000000010011110111011011000111010100000111010111011001110010101 | e5909feba09ee7809eed8ea0ebb395 |
UHC | 吟렞瀞펠볕 | 11101011111000011000111010101111111011111110011111000110111001111011101010110101 | ebe18eafefe7c6e7bab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)