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 | 棕?肄?畯 | 1001111010100001001111111110001111100101001111111111101101101111 | 9ea13fe3e53ffb6f |
EUC-JP | 棕?肄?畯 | 110111001010001100111111111001101110011100111111100011111100110110111011 | dca33fe6e73f8fcdbb |
UTF-8 | 棕렏肄펜畯 | 111001101010001110010101111010111010000010001111111010001000001010000100111011011000111010011100111001111001010110101111 | e6a395eba08fe88284ed8e9ce795af |
UHC | 棕렏肄펜畯 | 11110000111101111000111010100101111011001011110111000110111001101111000111100001 | f0f78ea5ecbdc6e6f1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)