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 | 錺語ケ腱 | 1110100001000100100011001110101010000011010100001110010001000110 | e8448cea8350e446 |
EUC-JP | 錺語ケ腱 | 1110111110100101101110001110110010100101101100011110011110100111 | efa5b8eca5b1e7a7 |
UTF-8 | 錺語ケ腱 | 111010011000110010111010111010001010101010011110111000111000001010110001111010001000010110110001 | e98cbae8aa9ee382b1e885b1 |
UHC | ?語ケ腱 | 00111111111001011101111010101011101100011100101111110010 | 3fe5deabb1cbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)