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 | 源??敎麟 | 1000110010111001001111110011111111111010110011011001011111011001 | 8cb93f3ffacd97d9 |
EUC-JP | 源???麟 | 10111000101110110011111100111111001111111100111011011011 | b8bb3f3f3fcedb |
UTF-8 | 源잼렭敎麟 | 111001101011101010010000111011001001111010111100111010111010000010101101111001101001010110001110111010011011101010011111 | e6ba90ec9ebceba0ade6958ee9ba9f |
UHC | 源잼렭敎麟 | 11101010101110011100000011101011100011101011101011001110111001111101011111111000 | eab9c0eb8ebacee7d7f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)