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 | 棕?肄?畯證 | 10011110101000010011111111100011111001010011111111111011011011111110011010011010 | 9ea13fe3e53ffb6fe69a |
EUC-JP | 棕?肄?畯證 | 1101110010100011001111111110011011100111001111111000111111001101101110111110101111111010 | dca33fe6e73f8fcdbbebfa |
UTF-8 | 棕렏肄펜畯證 | 111001101010001110010101111010111010000010001111111010001000001010000100111011011000111010011100111001111001010110101111111010001010110110001001 | e6a395eba08fe88284ed8e9ce795afe8ad89 |
UHC | 棕렏肄펜畯證 | 111100001111011110001110101001011110110010111101110001101110011011110001111000011111000111111011 | f0f78ea5ecbdc6e6f1e1f1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)