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 | ???I?? | 001111110011111100111111010010010011111100111111 | 3f3f3f493f3f |
SJIS-WIN | 巐わ亂I巐わ | 1111101010110110100000101110110110011000101010100100100111111010101101101000001011101101 | fab682ed98aa49fab682ed |
EUC-JP | 巐わ亂I巐わ | 10001111101110111111100110100100111011111101000010101100010010011000111110111011111110011010010011101111 | 8fbbf9a4efd0ac498fbbf9a4ef |
UTF-8 | 巐わ亂I巐わ | 11100101101101111001000011100011100000101000111111100100101110101000001001001001111001011011011110010000111000111000001010001111 | e5b790e3828fe4ba8249e5b790e3828f |
UHC | ?わ亂I?わ | 001111111010101011101111110101011010111101001001001111111010101011101111 | 3faaefd5af493faaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)