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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邵簿⊇妤 | 1110011110111000100101011110101110000001101110111111101010100100 | e7b895eb81bbfaa4 |
EUC-JP | 邵簿⊇妤 | 111011101011101011001010111011011010001010111101100011111011100110101111 | eebacaeda2bd8fb9af |
UTF-8 | 邵簿⊇妤 | 111010011000001010110101111001111011000010111111111000101000101010000111111001011010011010100100 | e982b5e7b0bfe28a87e5a6a4 |
UHC | 邵簿⊇? | 11100001110100001101110110101101101000011111011100111111 | e1d0ddada1f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)