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}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 偕?k}偕?k{^ | 1001100011110001001111110110101101111101100110001111000100111111011010110111101101011110 | 98f13f6b7d98f13f6b7b5e |
EUC-JP | 偕?k}偕?k{^ | 1101000011110011001111110110101101111101110100001111001100111111011010110111101101011110 | d0f33f6b7dd0f33f6b7b5e |
UTF-8 | 偕렚k}偕렚k{^ | 1110010110000001100101011110101110100000100110100110101101111101111001011000000110010101111010111010000010011010011010110111101101011110 | e58195eba09a6b7de58195eba09a6b7b5e |
UHC | 偕렚k}偕렚k{^ | 11111010101001011000111010101101011010110111110111111010101001011000111010101101011010110111101101011110 | faa58ead6b7dfaa58ead6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)