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 | 邵帝族ホ | 11100111101110001001001011101001100100011011000011001110 | e7b892e991b0ce |
EUC-JP | 邵帝族ホ | 1110111010111010110001001110101111000010101100101000111011001110 | eebac4ebc2b28ece |
UTF-8 | 邵帝族ホ | 111010011000001010110101111001011011100010011101111001101001011110001111111011111011111010001110 | e982b5e5b89de6978fefbe8e |
UHC | 邵帝族? | 11100001110100001111000010101000111100001110100100111111 | e1d0f0a8f0e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)