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 | 莨炊謙縷 | 1110010010111100100100001000011010001100101010101110001101111110 | e4bc90868caae37e |
EUC-JP | 莨炊謙縷 | 1110100010111110101111111110011010111000101011001110010111011111 | e8bebfe6b8ace5df |
UTF-8 | 莨炊謙縷 | 111010001000111010101000111001111000001010001010111010001010110010011001111001111011100010110111 | e88ea8e7828ae8ac99e7b8b7 |
UHC | ?炊謙縷 | 00111111111101101010011111001100110001011101011110101100 | 3ff6a7ccc5d7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)