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{^ | 1000110111010000001111110110101101111101100011011101000000111111011010110111101101011110 | 8dd03f6b7d8dd03f6b7b5e |
EUC-JP | 災?k}災?k{^ | 1011101011010010001111110110101101111101101110101101001000111111011010110111101101011110 | bad23f6b7dbad23f6b7b5e |
UTF-8 | 災렞k}災렞k{^ | 1110011110000001101111011110101110100000100111100110101101111101111001111000000110111101111010111010000010011110011010110111101101011110 | e781bdeba09e6b7de781bdeba09e6b7b5e |
UHC | 災렞k}災렞k{^ | 11101110101011001000111010101111011010110111110111101110101011001000111010101111011010110111101101011110 | eeac8eaf6b7deeac8eaf6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)