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 | 邵簿⊆妤句 | 11100111101110001001010111101011100000011011101011111010101001001000101111100101 | e7b895eb81bafaa48be5 |
EUC-JP | 邵簿⊆妤句 | 1110111010111010110010101110110110100010101111001000111110111001101011111011011011100111 | eebacaeda2bc8fb9afb6e7 |
UTF-8 | 邵簿⊆妤句 | 111010011000001010110101111001111011000010111111111000101000101010000110111001011010011010100100111001011000111110100101 | e982b5e7b0bfe28a86e5a6a4e58fa5 |
UHC | 邵簿⊆?句 | 111000011101000011011101101011011010000111110110001111111100111110100011 | e1d0ddada1f63fcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)