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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴫射屡示 | 1000111010110000100011101100101110001110110001101000111010100110 | 8eb08ecb8ec68ea6 |
EUC-JP | 鴫射屡示 | 1011110010110010101111001100110110111100110010001011110010101000 | bcb2bccdbcc8bca8 |
UTF-8 | 鴫射屡示 | 111010011011010010101011111001011011000010000100111001011011000110100001111001111010010010111010 | e9b4abe5b084e5b1a1e7a4ba |
UHC | ?射?示 | 001111111101111011010010001111111110001111000110 | 3fded23fe3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)