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 | ???F?? | 001111110011111100111111010001100011111100111111 | 3f3f3f463f3f |
SJIS-WIN | 淡棚炭F短誰 | 1001001001010111100100100100100110010010010110010100011010010010010110101001001001001110 | 92579249925946925a924e |
EUC-JP | 淡棚炭F短誰 | 1100001110111000110000111010101011000011101110100100011011000011101110111100001110101111 | c3b8c3aac3ba46c3bbc3af |
UTF-8 | 淡棚炭F短誰 | 11100110101101111010000111100110101000111001101011100111100000101010110101000110111001111001111110101101111010001010101010110000 | e6b7a1e6a39ae782ad46e79fade8aab0 |
UHC | 淡棚炭F短誰 | 1101001110111111110111011101110011110111101010010100011011010011101011011110001011000001 | d3bfdddcf7a946d3ade2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)