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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 腕娃腕??^ | 100110000111001010001000101000011001100001110010001111110011111101011110 | 987288a198723f3f5e |
EUC-JP | 腕娃腕??^ | 110011111101001110110000101000111100111111010011001111110011111101011110 | cfd3b0a3cfd33f3f5e |
UTF-8 | 腕娃腕렻렕^ | 11101000100001011001010111100101101010001000001111101000100001011001010111101011101000001011101111101011101000001001010101011110 | e88595e5a883e88595eba0bbeba0955e |
UHC | 腕娃腕렻렕^ | 1110100011010011111010001101111111101000110100111000111011000011100011101010101001011110 | e8d3e8dfe8d38ec38eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)