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 | ???k?? | 001111110011111100111111011010110011111100111111 | 3f3f3f6b3f3f |
SJIS-WIN | 巐わ亞k巐わ | 1111101010110110100000101110110110011000101100010110101111111010101101101000001011101101 | fab682ed98b16bfab682ed |
EUC-JP | 巐わ亞k巐わ | 10001111101110111111100110100100111011111101000010110011011010111000111110111011111110011010010011101111 | 8fbbf9a4efd0b36b8fbbf9a4ef |
UTF-8 | 巐わ亞k巐わ | 11100101101101111001000011100011100000101000111111100100101110101001111001101011111001011011011110010000111000111000001010001111 | e5b790e3828fe4ba9e6be5b790e3828f |
UHC | ?わ亞k?わ | 001111111010101011101111111001001010110001101011001111111010101011101111 | 3faaefe4ac6b3faaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)