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 | 琉稟琉笳 | 1001011110101110111000100110011110010111101011101110001010010111 | 97aee26797aee297 |
EUC-JP | 琉稟琉笳 | 1100111010110000111000111100100011001110101100001110001111110111 | ceb0e3c8ceb0e3f7 |
UTF-8 | 琉稟琉笳 | 111001111001000010001001111001111010100010011111111001111001000010001001111001111010110010110011 | e79089e7a89fe79089e7acb3 |
UHC | 琉稟琉? | 11010111101110001111100110100010110101111011100000111111 | d7b8f9a2d7b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)