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{^ | 11100101010011111110001110110110011010110111110111100101010011111110001110110110011010110111101101011110 | e54fe3b66b7de54fe3b66b7b5e |
EUC-JP | 薜羝k}薜羝k{^ | 11101001101100001110011010111000011010110111110111101001101100001110011010111000011010110111101101011110 | e9b0e6b86b7de9b0e6b86b7b5e |
UTF-8 | 薜羝k}薜羝k{^ | 1110100010010110100111001110011110111110100111010110101101111101111010001001011010011100111001111011111010011101011010110111101101011110 | e8969ce7be9d6b7de8969ce7be9d6b7b5e |
UHC | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)