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 | 邊「雖介∋ | 111001111011001010100010111001011010101110001001111011101000000110111001 | e7b2a2e5ab89ee81b9 |
EUC-JP | 邊「雖介∋ | 11101110101101001000111010100010111010101010110110110010111100001010001010111011 | eeb48ea2eaadb2f0a2bb |
UTF-8 | 邊「雖介∋ | 111010011000001010001010111011111011110110100010111010011001101110010110111001001011101110001011111000101000100010001011 | e9828aefbda2e99b96e4bb8be2888b |
UHC | 邊?雖介∋ | 110111001010101100111111111000101100110011001011101111111010000111110101 | dcab3fe2cccbbfa1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)